Click or drag to resize

BasicWindowCommands Property

Gets or Sets an collection of UIElements as Commands, these commands will be show on the Title Bar.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public ObservableCollection<UIElement> Commands { get; set; }

Property Value

Type: ObservableCollectionUIElement
Remarks
Use only buttons and Menu Items in Commands.
See Also