ModernContentCommandArea Property |
Gets or Sets the CommandArea of the ModernContent.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public StackPanel CommandArea { get; set; }
Public Property CommandArea As StackPanel
Get
Set
public:
property StackPanel^ CommandArea {
StackPanel^ get ();
void set (StackPanel^ value);
}
Property Value
Type:
StackPanelRemarks
Command Area is a little space to holds some controls on the right side of the ModernWindow, at the same level of MainMenu.
CommandArea is used only in ModernWindow
See Also