DevTitleBarIsCollapsed Property
Gets a value indicating whether the owner form is collapsed.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(false)]
public bool IsCollapsed { get; }
<BrowsableAttribute(false)>
Public ReadOnly Property IsCollapsed As Boolean
Get
Dim instance As DevTitleBar
Dim value As Boolean
value = instance.IsCollapsed
public:
[BrowsableAttribute(false)]
property bool IsCollapsed {
bool get ();
}
[<BrowsableAttribute(false)>]
member IsCollapsed : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean