OutliningMarginHeaderControl::IsExpanded Property

 

Gets or sets IsExpandedProperty.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
property bool IsExpanded {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the control is expanded; otherwise, false.

Return to top
Show: