Click or drag to resize

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; }

Property Value

Type: StatusBar
Remarks
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