NToolboxItemVerb Structure Members
In This Topic
The following tables list the members exposed by NToolboxItemVerb.
Public Constructors
Public Properties
| Name | Description |
| Name | Gets the name of the verb. |
| PropertyName | Gets the name of the verb to use for the designer property grid. If set to null, the verb won't be available as a property. |
| Weight | Gets the weight of the verb. Verbs with larger weight sink towards the bottom of the list shown by the designer. |
Top
Public Methods
| Name | Description |
| CompareTo | Compares this verb to the given one. |
| CreateEditor | Creates a widget for editing some aspects or the whole instance of the given node. |
| SetValue | Applies the edited value in the given editor to the specified node. |
Top
See Also