Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandBarsStateFlags Enumeration


In This Topic
    NCommandBarsStateFlags Enumeration
    In This Topic
    Specifies which parts of the manager will be serialized.
    Syntax
    'Declaration
     
    
    Public Enum NCommandBarsStateFlags 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As NCommandBarsStateFlags
    public enum NCommandBarsStateFlags : System.Enum 
    Members
    MemberDescription
    AllCombination of all flags
    ContextsThe contexts collection is serialized.
    ImageListsAll parts participate in save/load
    NoneNo serialize/deserialize will occur
    RangesThe ranges collection is serialized.
    ToolbarsThe toolbars and their commands are serialized.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Controls.NCommandBarsStateFlags

    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