| Overload | Description |
|---|---|
| Add(DynamicMenu,Func<Object>) | Adds a dynamic menu at runtime to the menu with an option to update the control's caption. |
| Add(String,String,Boolean,Boolean,Boolean) | Adds a new item to the menu that points to a delegate. |
| Add(String,String,Boolean,Boolean,Boolean,Delegate,Object[]) | Adds a new item to the menu that points to a delegate. |
| Add(String,String,String,String,ImageSource,Boolean,Boolean,Boolean,Delegate,Object[]) | Adds a new item to the menu that points to a delegate. |