Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NToolboxItemMetaUnit Class
Fields Properties Methods


In This Topic
    NToolboxItemMetaUnit Class Members
    In This Topic

    The following tables list the members exposed by NToolboxItemMetaUnit.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public FieldThe category of the widget, for example: "UI", "Chart", "Diagram", etc.  
    Public FieldThe name of the default event of the control.  
    Public FieldThe description of the toolbox item.  
    Public FieldThe icon name of the toolbox item.  
    Public FieldThe platforms in which the owner of this meta unit should integrate.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/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.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the given verb with weight equal to the meta unit's owner schema depth from root.  
    Public MethodOverridden. Gets the meta unit appliance mask.  
    Public MethodGets the meta unit key (Inherited from Nevron.Nov.Dom.NMetaUnit)
    Public MethodGets 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.  
    Public MethodGets an iterator, which iterates through the verbs of this toolbox meta unit and the verbs in the toolbox meta units of all base schemas.  
    Public MethodChecks whether the verb with the given name is a removed inherited verb for this meta unit.  
    Public MethodRemoves the given inherited verb from this toolbox item meta unit.  
    Public MethodSets the native name of the given Nevron property.  
    Public MethodGets the native name of the given Nevron property.  
    Public MethodTries 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.  
    Public MethodTries 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.  
    Public MethodTries 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.  
    Top
    Protected Methods
     NameDescription
    Internal Method (Inherited from Nevron.Nov.Dom.NMetaUnit)
    Internal Method (Inherited from Nevron.Nov.Dom.NMetaUnit)
    Protected MethodOverridden. Called after the unit is applied to the specified container, which can be an object of the following types: NSchema, NProperty and NChild.  
    Protected MethodCalled before the unit is applied to the specified container, which can be an object of the following types: NSchema, NProperty and NChild. (Inherited from Nevron.Nov.Dom.NMetaUnit)
    Top
    See Also