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
‘선언
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.