Share via


OutliningMarginHeaderControl.GetIsExpanded Method

Gets IsExpandedProperty.

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

Syntax

'Declaration
Public Shared Function GetIsExpanded ( _
    control As OutliningMarginHeaderControl _
) As Boolean
public static bool GetIsExpanded(
    OutliningMarginHeaderControl control
)
public:
static bool GetIsExpanded(
    OutliningMarginHeaderControl^ control
)
static member GetIsExpanded : 
        control:OutliningMarginHeaderControl -> bool 
public static function GetIsExpanded(
    control : OutliningMarginHeaderControl
) : boolean

Parameters

Return 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