Nevron Open Vision Documentation
Nevron.Nov.Text.UI Namespace / NRichTextContextMenuBuilder Class / Groups Property


In This Topic
    Groups Property (NRichTextContextMenuBuilder)
    In This Topic
    Gets the groups in this context menu builder
    Syntax
    'Declaration
     
    
    Public Property Groups As NRichTextMenuGroupList
    'Usage
     
    
    Dim instance As NRichTextContextMenuBuilder
    Dim value As NRichTextMenuGroupList
     
    instance.Groups = value
     
    value = instance.Groups
    public NRichTextMenuGroupList Groups {get; set;}
    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