OutliningMarginHeaderControl.GetIsExpanded Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets IsExpandedProperty.
public:
static bool GetIsExpanded(Microsoft::VisualStudio::Text::Editor::OutliningMarginHeaderControl ^ control);
public static bool GetIsExpanded (Microsoft.VisualStudio.Text.Editor.OutliningMarginHeaderControl control);
static member GetIsExpanded : Microsoft.VisualStudio.Text.Editor.OutliningMarginHeaderControl -> bool
Public Shared Function GetIsExpanded (control As OutliningMarginHeaderControl) As Boolean
Parameters
- control
- OutliningMarginHeaderControl
Returns
true if the control is expanded; otherwise, false.