Overload | Description |
---|---|
MenuItem Constructor() | Initializes a new instance of the MenuItem class. |
MenuItem Constructor(String) | Initializes a new instance of the MenuItem class specifying its Xceed.SmartUI.SmartItem.Text. |
MenuItem Constructor(Int32) | Initializes a new instance of the MenuItem class specifying its Xceed.SmartUI.SmartItem.ImageIndex. |
MenuItem Constructor(String,Int32) | Initializes a new instance of the MenuItem class specifying its Xceed.SmartUI.SmartItem.Text and Xceed.SmartUI.SmartItem.ImageIndex. |