Property | Type | Description |
---|
Method | Description | |
---|---|---|
MenuBar ( ) : System |
Initializes a new instance of the Eto.Forms.MenuBar class.
|
|
MenuBar ( IEnumerable items ) : System |
Initializes a new instance of the Eto.Forms.MenuBar class with the specified items.
|
Method | Description | |
---|---|---|
OnDataContextChanged ( |
Raises the BindableWidget.DataContextChanged event Implementors may override this to fire this event on child widgets in a heirarchy. This allows a control to be bound to its own BindableWidget.DataContext, which would be set on one of the parent control(s). |
|
OnLoad ( |
Called when the menu is assigned to a control/window
|
|
OnPreLoad ( |
Called before the menu is assigned to a control/window
|
|
OnUnLoad ( |
Called when the menu is removed from a control/window
|
public MenuBar ( IEnumerable items ) : System | ||
items | IEnumerable | Items to add to the menu bar initially. |
return | System |
protected OnDataContextChanged ( |
||
e | Event arguments | |
return | void |
protected OnLoad ( |
||
e | Event arguments | |
return | void |
protected OnPreLoad ( |
||
e | Event arguments | |
return | void |
protected OnUnLoad ( |
||
e | Event arguments | |
return | void |