ModernContentStatusBar Property |
Gets or Sets the statusBar of the ModernContent.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public StatusBar StatusBar { get; set; }
Public Property StatusBar As StatusBar
Get
Set
public:
property StatusBar^ StatusBar {
StatusBar^ get ();
void set (StatusBar^ value);
}
Property Value
Type:
StatusBarRemarks
This status bar will replace the default status bar of the ModernWindow if the current ModernContent is the active content.
If you do not have specific status bar items, assign this property to NULL, the default status bar will be remained.
StatusBar is used only in ModernWindow, if you have a ModernContent in BasicWindow, this StatusBar will not be shown.
See Also