Property | Type | Description | |
---|---|---|---|
function | string | ||
name | string |
Method | Description | |
---|---|---|
ContextMenuItemAttribute ( string name, string function ) : System |
Use this attribute to add a context menu to a field that calls a named method.
|
public ContextMenuItemAttribute ( string name, string function ) : System | ||
name | string | The name of the context menu item. |
function | string | The name of the function that should be called. |
return | System |