[]
Initializes a new instance of the MenuItem class.
public MenuItem()
Initializes a new instance of the MenuItem class.
public MenuItem(string name, C1Icon icon)
Type | Name | Description |
---|---|---|
string | name | The name. |
C1Icon | icon | The image. |
Initializes a new instance of the MenuItem class.
public MenuItem(string header, C1Icon icon, ICommand menuCommand)
Type | Name | Description |
---|---|---|
string | header | The header. |
C1Icon | icon | The image. |
ICommand | menuCommand | The menu command. |