Serves to listen to the command keys and popup events.
Inheritance
System.Object
ContextMenuPlaceHolder
Assembly: Syncfusion.Tools.Windows.dll
public class ContextMenuPlaceHolder : ContextMenu
Constructors
Declaration
public ContextMenuPlaceHolder()
Properties
MainMenuForm
Gets or sets the main menu form.
Declaration
public Form MainMenuForm { get; set; }
Property Value
Type |
System.Windows.Forms.Form |
Declaration
public PopupMenusManager Manager { get; }
Property Value
Gets or sets the tabbed MDI manager.
Declaration
public ITabbedMDIManager TabbedMDIManager { get; set; }
Property Value
Methods
Adds the tool bar to an array list.
Declaration
public void AddToolBar(XPToolBar toolBar)
Parameters
Disposes of the resources, other than memory, used by the System.Windows.Forms.Menu.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
public void InitContextMenuSettings(PopupMenusManager manager, Control control)
Parameters
Declaration
protected override void OnPopup(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Message |
msg |
|
System.Windows.Forms.Keys |
keyData |
|
Returns
Declaration
public void ReleaseContextMenuSettings()
Declaration
public void RemoveToolBar(XPToolBar toolBar)
Parameters