menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BarManagerDesigner - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BarManagerDesigner

    Summary description for BarManagerDesigner.

    Inheritance
    System.Object
    BarManagerDesigner
    Implements
    IListenForMainFormVisibilityChange
    IProvideController
    IBarManagerDesigner
    ICallWndProcListener
    Namespace: Syncfusion.Windows.Forms.Tools.Design
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BarManagerDesigner : ComponentDesigner, IListenForMainFormVisibilityChange, IProvideController, IBarManagerDesigner, ICallWndProcListener, IGetMsgProcListener

    Constructors

    BarManagerDesigner()

    Declaration
    public BarManagerDesigner()

    Fields

    cbSerProvider

    Declaration
    protected CBSerializationProvider cbSerProvider
    Field Value
    Type
    Syncfusion.Windows.Forms.Tools.Design.CBSerializationProvider

    m_cdbSerProvider

    Declaration
    protected CommandDockBarSerializationProvider m_cdbSerProvider
    Field Value
    Type
    Syncfusion.Windows.Forms.Tools.Design.CommandDockBarSerializationProvider

    Properties

    ActionLists

    Declaration
    public override DesignerActionListCollection ActionLists { get; }
    Property Value
    Type
    System.ComponentModel.Design.DesignerActionListCollection

    Controller

    Declaration
    public CommandBarController Controller { get; }
    Property Value
    Type
    CommandBarController

    Verbs

    Declaration
    public override DesignerVerbCollection Verbs { get; }
    Property Value
    Type
    System.ComponentModel.Design.DesignerVerbCollection

    Methods

    BarManagerForm_VisibleChanged(Object, EventArgs)

    Declaration
    protected void BarManagerForm_VisibleChanged(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    CallWndProc(Int32, IntPtr, IntPtr)

    Declaration
    public void CallWndProc(int nCode, IntPtr wparam, IntPtr lparam)
    Parameters
    Type Name Description
    System.Int32 nCode
    System.IntPtr wparam
    System.IntPtr lparam

    CustomizationDone(Object, EventArgs)

    Declaration
    protected void CustomizationDone(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    DoDefaultAction()

    Declaration
    public override void DoDefaultAction()

    EnumChildWindows_Callback(IntPtr, IntPtr)

    Declaration
    public bool EnumChildWindows_Callback(IntPtr hwnd, IntPtr lparam)
    Parameters
    Type Name Description
    System.IntPtr hwnd
    System.IntPtr lparam
    Returns
    Type
    System.Boolean

    GetMsgProc(Int32, IntPtr, IntPtr)

    Declaration
    public void GetMsgProc(int nCode, IntPtr wparam, IntPtr lparam)
    Parameters
    Type Name Description
    System.Int32 nCode
    System.IntPtr wparam
    System.IntPtr lparam

    Initialize(IComponent)

    Declaration
    public override void Initialize(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    OnActivated(Object, EventArgs)

    Declaration
    protected void OnActivated(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    OnChangedVisibility(Boolean)

    Declaration
    public void OnChangedVisibility(bool visible)
    Parameters
    Type Name Description
    System.Boolean visible

    OnDeactivated(Object, EventArgs)

    Declaration
    protected void OnDeactivated(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    SetupManager()

    Declaration
    protected virtual void SetupManager()

    VerifySingleInstance(Boolean)

    Declaration
    protected virtual bool VerifySingleInstance(bool destroyIfMultiple)
    Parameters
    Type Name Description
    System.Boolean destroyIfMultiple
    Returns
    Type
    System.Boolean

    Explicit Interface Implementations

    IBarManagerDesigner.DesignerHost

    Declaration
    IDesignerHost IBarManagerDesigner.DesignerHost { get; }
    Returns
    Type
    System.ComponentModel.Design.IDesignerHost

    IBarManagerDesigner.GetService(Type)

    Declaration
    object IBarManagerDesigner.GetService(Type serviceType)
    Parameters
    Type Name Description
    System.Type serviceType
    Returns
    Type
    System.Object

    IBarManagerDesigner.MdiClientWnd

    Declaration
    IntPtr IBarManagerDesigner.MdiClientWnd { get; }
    Returns
    Type
    System.IntPtr

    IBarManagerDesigner.SetDirty()

    Declaration
    void IBarManagerDesigner.SetDirty()

    Implements

    IListenForMainFormVisibilityChange
    IProvideController
    IBarManagerDesigner
    ICallWndProcListener
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved