Свойство | Тип | Описание | |
---|---|---|---|
function | string | ||
name | string |
Метод | Описание | |
---|---|---|
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. |
Результат | System |