Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / INFrameControl Interface / SysMenuCommands Property


In This Topic
    SysMenuCommands Property
    In This Topic
    Gets an array with all the commands to be displayed when a system menu is requested.
    Syntax
    'Declaration
     
    
    ReadOnly Property SysMenuCommands As NCommand()
    'Usage
     
    
    Dim instance As INFrameControl
    Dim value() As NCommand
     
    value = instance.SysMenuCommands
    NCommand[] SysMenuCommands {get;}
    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