Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NCommandBarsManager Class
Members


In This Topic
    NCommandBarsManager Class
    In This Topic
    Will serve as a top level manager for the toolbar docking framework. The object will be responsible for creating and manipulating the NToolbarDock objects and their children toolbars.
    Object Model
    NCommandBarsManager Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultPropertyAttribute("ImageList")>
    <System.ComponentModel.DesignerAttribute(Nevron.UI.WinForm.Controls.NCommandBarsManagerDesigner)>
    <System.Drawing.ToolboxBitmapAttribute(Nevron.Presentation.NToolboxBitmapResolver, "UI.WinForm.Controls.Resources.ToolboxBitmaps.NCommandBarsManager.bmp")>
    <System.ComponentModel.LicenseProviderAttribute(Nevron.UI.WinForm.Controls.NUILicenseProvider)>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NCommandBarsManager 
       Inherits System.ComponentModel.Component
       Implements INImageListProvider, INKeyboardListener, INPaletteProvider, INSerializable, INShortcutProvider, INSkinnableControl 
    'Usage
     
    
    Dim instance As NCommandBarsManager
    [System.ComponentModel.DefaultProperty("ImageList")]
    [System.ComponentModel.Designer(Nevron.UI.WinForm.Controls.NCommandBarsManagerDesigner)]
    [System.Drawing.ToolboxBitmap(Nevron.Presentation.NToolboxBitmapResolver, "UI.WinForm.Controls.Resources.ToolboxBitmaps.NCommandBarsManager.bmp")]
    [System.ComponentModel.LicenseProvider(Nevron.UI.WinForm.Controls.NUILicenseProvider)]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NCommandBarsManager : System.ComponentModel.Component, INImageListProvider, INKeyboardListener, INPaletteProvider, INSerializable, INShortcutProvider, INSkinnableControl  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             Nevron.UI.WinForm.Controls.NCommandBarsManager
                Nevron.Chart.WinForm.NChartCommandBarsManager
                Nevron.Diagram.WinForm.Commands.NDiagramCommandBarsManager

    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