Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NToolboxItemMetaUnit Class / GetVerbsByWeight Method


In This Topic
    GetVerbsByWeight Method
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Public Function GetVerbsByWeight() As NList(Of NToolboxItemVerb)
    'Usage
     
    
    Dim instance As NToolboxItemMetaUnit
    Dim value As NList(Of NToolboxItemVerb)
     
    value = instance.GetVerbsByWeight()
    public NList<NToolboxItemVerb> GetVerbsByWeight()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also