Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandBarsContextMenuBuilder Class / CreateCommands Method


In This Topic
    CreateCommands Method (NCommandBarsContextMenuBuilder)
    In This Topic
    Adds "Customize..." command to the Context menu.
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateCommands() As NCommand()
    'Usage
     
    
    Dim instance As NCommandBarsContextMenuBuilder
    Dim value() As NCommand
     
    value = instance.CreateCommands()
    public virtual NCommand[] CreateCommands()
    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