DevTitleBarMinimizeToSysTrayBox Property
Gets or sets a value indicating whether the Minimize to System Tray button is displayed in this
DevTitleBar control.
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(true)]
[DefaultValueAttribute(true)]
public bool MinimizeToSysTrayBox { get; set; }
<BrowsableAttribute(true)>
<DefaultValueAttribute(true)>
Public Property MinimizeToSysTrayBox As Boolean
Get
Set
Dim instance As DevTitleBar
Dim value As Boolean
value = instance.MinimizeToSysTrayBox
instance.MinimizeToSysTrayBox = value
public:
[BrowsableAttribute(true)]
[DefaultValueAttribute(true)]
property bool MinimizeToSysTrayBox {
bool get ();
void set (bool value);
}
[<BrowsableAttribute(true)>]
[<DefaultValueAttribute(true)>]
member MinimizeToSysTrayBox : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean