Share via


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)

Syntax

'Declaration
Public Property IsExpanded As Boolean
public bool IsExpanded { get; set; }
public:
property bool IsExpanded {
    bool get ();
    void set (bool value);
}
member IsExpanded : bool with get, set
function get IsExpanded () : boolean
function set IsExpanded (value : boolean)

Property Value

Type: System.Boolean
true if the control is expanded; otherwise, false.

.NET Framework Security

See Also

Reference

OutliningMarginHeaderControl Class

Microsoft.VisualStudio.Text.Editor Namespace