Nevron.Examples.Framework.WinForm Namespace / MenuCommands Enumeration


In This Topic
    MenuCommands Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum MenuCommands 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MenuCommands
    public enum MenuCommands : System.Enum 
    Members
    MemberDescription
    Edit 
    EditDefaultLayout 
    EditDockManager 
    EditEnableSkinning 
    EditFrame 
    EditLockPanels 
    EditMenuOptions 
    EditPalette 
    EditSkinning 
    EditSkinningSelectSkin 
    EditSystemFrame 
    EditUseGlassIfEnabled 
    FileExit 
    HelpAbout 
    HelpGiveFeedback 
    HelpReportBug 
    SystemFrame 
    View 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Examples.Framework.WinForm.MenuCommands

    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