IContextMenuItemCollection.AddCustomItem Method
Name | Parameters | Description |
---|---|---|
Add |
index, text, click, enabled | Adds a custom menu item at the specified position in the item collection. |
Add |
index, text, click | Adds a custom menu item to the specified position in the item collection. |
Add |
index, text | Adds a custom menu item at the specified postition in the item collection. |
Add |
text, click, enabled | Adds a custom menu item to the end of the item collection. |
Add |
text, click | Adds a custom menu item to the end of the item collection. |
Add |
text | Adds a custom menu item to the end of the item collection. |