[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt einen Wert zurück oder legt ihn fest, der angibt ob die Statusleiste sichtbar ist oder nicht.
Namespace: DynamicNode.WinAppAssembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)
Syntax
| C# |
|---|
public bool ShowStatusBar { get; set; } |
| Visual Basic |
|---|
Public Property ShowStatusBar As Boolean
Get
Set |
| F# |
|---|
member ShowStatusBar : bool with get, set
|
Field Value
true wenn die Statusleiste sichtbar ist, sonst
false.
See Also