Name | Description | |
---|---|---|
NToolboxItemMetaUnit Constructor | Overloaded. |
The following tables list the members exposed by NToolboxItemMetaUnit.
Name | Description | |
---|---|---|
NToolboxItemMetaUnit Constructor | Overloaded. |
Name | Description | |
---|---|---|
Category | The category of the widget, for example: "UI", "Chart", "Diagram", etc. | |
DefaultEventName | The name of the default event of the control. | |
Description | The description of the toolbox item. | |
IconName | The icon name of the toolbox item. | |
Platforms | The platforms in which the owner of this meta unit should integrate. |
Name | Description | |
---|---|---|
DefaultSize | Gets/Sets the default size of the control when dropped into a form/window. By default set to NSize.Undefined, which means that this value is ignored. |
Name | Description | |
---|---|---|
AddVerb | Overloaded. Adds the given verb with weight equal to the meta unit's owner schema depth from root. | |
GetAppliance | Overridden. Gets the meta unit appliance mask. | |
GetVerbsByWeight | Gets the list of the vebrs of this toolbox meta unit and the verbs in the toolbox meta units of all base schemas sorted by verb weight in ascending order. Verbs with larger weight sink towards the bottom of the list shown in the designer smart tags or context menu. | |
GetVerbsIterator | Gets an iterator, which iterates through the verbs of this toolbox meta unit and the verbs in the toolbox meta units of all base schemas. | |
IsRemovedInheritedVerb | Checks whether the verb with the given name is a removed inherited verb for this meta unit. | |
RemoveInheritedVerb | Removes the given inherited verb from this toolbox item meta unit. | |
SetPropertyNativeName | Sets the native name of the given Nevron property. | |
TryGetPropertyNativeName | Gets the native name of the given Nevron property. | |
TryGetPropertyValue | Tries to get the property value from this node. If not set from this node, the value is obtained from the first ancestor it is set for. | |
TryGetVerb | Tries to get the action of the verb with the given name. If the name is not found in this toolbox meta unit it's searched for in the base schemas. | |
TryGetVerbByPropertyName | Tries to get the action of the verb with the given property name. If the name is not found in this toolbox meta unit it's searched for in the base schemas. |