Click or drag to resize

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

Property Value

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