Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDesignCommandsBrowser Class / Commands Property


In This Topic
    Commands Property
    In This Topic
    Gets or sets the design commands
    Syntax
    'Declaration
     
    
    Public Property Commands As NList(Of NDesignCommand)
    'Usage
     
    
    Dim instance As NDesignCommandsBrowser
    Dim value As NList(Of NDesignCommand)
     
    instance.Commands = value
     
    value = instance.Commands
    public NList<NDesignCommand> Commands {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