Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandManager Class / GetEditorBrowsableContexts Method


In This Topic
    GetEditorBrowsableContexts Method
    In This Topic
    Gets all the contexts that might appear in the "Customize" dialog. If a context is assigned a RangeID and that range is markes as non-browsable the context will also be non-browsable.
    Syntax
    'Declaration
     
    
    Public Function GetEditorBrowsableContexts() As System.Collections.ArrayList
    'Usage
     
    
    Dim instance As NCommandManager
    Dim value As System.Collections.ArrayList
     
    value = instance.GetEditorBrowsableContexts()
    public System.Collections.ArrayList GetEditorBrowsableContexts()

    Return Value

    An ArrayList populated with all the matches
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also