Property StatusBar
StatusBar
Gets or sets the StatusBar that is displayed in the window.
[Browsable(false)]
public virtual DisposableObject? StatusBar { get; set; }
Property Value
- DisposableObject
A StatusBar that represents the status bar to display in the window.
Remarks
You can use this property to switch between complete status bar sets at run time.