Constructor ActionMenuItemAttribute
ActionMenuItemAttribute(string, string, int)
Constructor
Declaration
public ActionMenuItemAttribute(string name, string sectionName = null, int priority = 2147483647)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of this action |
| string | sectionName | The name of the section in which this action should reside |
| int | priority | The ordinal of this action within the section it resides |