Class BarManagerDesigner
Summary description for BarManagerDesigner.
Inheritance
System.Object
BarManagerDesigner
Assembly: Syncfusion.Tools.Windows.dll
public class BarManagerDesigner : ComponentDesigner, IListenForMainFormVisibilityChange, IProvideController, IBarManagerDesigner, ICallWndProcListener, IGetMsgProcListener
Constructors
Declaration
public BarManagerDesigner()
Fields
Declaration
protected CBSerializationProvider cbSerProvider
Field Value
Type |
Syncfusion.Windows.Forms.Tools.Design.CBSerializationProvider |
Declaration
protected CommandDockBarSerializationProvider m_cdbSerProvider
Field Value
Type |
Syncfusion.Windows.Forms.Tools.Design.CommandDockBarSerializationProvider |
Properties
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
System.ComponentModel.Design.DesignerActionListCollection |
Declaration
public CommandBarController Controller { get; }
Property Value
Declaration
public override DesignerVerbCollection Verbs { get; }
Property Value
Type |
System.ComponentModel.Design.DesignerVerbCollection |
Methods
Declaration
protected void BarManagerForm_VisibleChanged(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
public void CallWndProc(int nCode, IntPtr wparam, IntPtr lparam)
Parameters
Type |
Name |
Description |
System.Int32 |
nCode |
|
System.IntPtr |
wparam |
|
System.IntPtr |
lparam |
|
Declaration
protected void CustomizationDone(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
public override void DoDefaultAction()
Declaration
public bool EnumChildWindows_Callback(IntPtr hwnd, IntPtr lparam)
Parameters
Type |
Name |
Description |
System.IntPtr |
hwnd |
|
System.IntPtr |
lparam |
|
Returns
Declaration
public void GetMsgProc(int nCode, IntPtr wparam, IntPtr lparam)
Parameters
Type |
Name |
Description |
System.Int32 |
nCode |
|
System.IntPtr |
wparam |
|
System.IntPtr |
lparam |
|
Declaration
public override void Initialize(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Declaration
protected void OnActivated(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
public void OnChangedVisibility(bool visible)
Parameters
Type |
Name |
Description |
System.Boolean |
visible |
|
Declaration
protected void OnDeactivated(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Declaration
protected virtual void SetupManager()
Declaration
protected virtual bool VerifySingleInstance(bool destroyIfMultiple)
Parameters
Type |
Name |
Description |
System.Boolean |
destroyIfMultiple |
|
Returns
Explicit Interface Implementations
Declaration
IDesignerHost IBarManagerDesigner.DesignerHost { get; }
Returns
Type |
System.ComponentModel.Design.IDesignerHost |
Declaration
object IBarManagerDesigner.GetService(Type serviceType)
Parameters
Type |
Name |
Description |
System.Type |
serviceType |
|
Returns
Declaration
IntPtr IBarManagerDesigner.MdiClientWnd { get; }
Returns
Declaration
void IBarManagerDesigner.SetDirty()
Implements