Package | com.ericfeminella.system.contextmenu.errors |
Class | public class AddContextMenuItemException |
Inheritance | AddContextMenuItemException ![]() |
Method | Defined by | ||
---|---|---|---|
AddContextMenuItemException(caption:String)
Thrown when an application attempts to create a caption
or command item which has previously been added to a
ContextMenu
| AddContextMenuItemException |
AddContextMenuItemException | () | constructor |
public function AddContextMenuItemException(caption:String)
Thrown when an application attempts to create a caption or command item which has previously been added to a ContextMenu
Parameterscaption:String — caption which caused the collision
|