Specifies the UserControl that will be used in the XP Menus Customization dialog to allow the end user
to customize the application's menu structure.
Inheritance
System.Object
CustomizationPanel
Assembly: Syncfusion.Tools.Windows.dll
public class CustomizationPanel : UserControl
Constructors
Creates a new instance of the CustomizationPanel class.
Declaration
public CustomizationPanel()
Fields
Declaration
protected CheckBox alwaysFullMenus
Field Value
| Type |
| System.Windows.Forms.CheckBox |
Declaration
protected Button catMoveDown
Field Value
| Type |
| System.Windows.Forms.Button |
Declaration
protected Button catMoveUp
Field Value
| Type |
| System.Windows.Forms.Button |
Declaration
protected TreeView catView
Field Value
| Type |
| System.Windows.Forms.TreeView |
Declaration
protected ToolTip catViewTooltip
Field Value
| Type |
| System.Windows.Forms.ToolTip |
Declaration
protected Button closeButton
Field Value
| Type |
| System.Windows.Forms.Button |
Declaration
protected Button cmdModify
Field Value
| Type |
| System.Windows.Forms.Button |
Declaration
protected Button deleteButton
Field Value
| Type |
| System.Windows.Forms.Button |
Declaration
protected CheckBox expandAfterDelay
Field Value
| Type |
| System.Windows.Forms.CheckBox |
Declaration
protected Panel gridHostPanel
Field Value
| Type |
| System.Windows.Forms.Panel |
Declaration
protected HScrollBar hScrollBar1
Field Value
| Type |
| System.Windows.Forms.HScrollBar |
Declaration
Field Value
| Type |
| System.Windows.Forms.Label |
Declaration
Field Value
| Type |
| System.Windows.Forms.Label |
Declaration
Field Value
| Type |
| System.Windows.Forms.Label |
Declaration
Field Value
| Type |
| System.Windows.Forms.Label |
Declaration
Field Value
| Type |
| System.Windows.Forms.Label |
Declaration
Field Value
| Type |
| System.Windows.Forms.Label |
Declaration
Field Value
| Type |
| System.Windows.Forms.Label |
Declaration
protected CheckBox largeIcons
Field Value
| Type |
| System.Windows.Forms.CheckBox |
Declaration
protected Button newButton
Field Value
| Type |
| System.Windows.Forms.Button |
Declaration
Field Value
| Type |
| System.Windows.Forms.Panel |
Declaration
protected Button resetButton
Field Value
| Type |
| System.Windows.Forms.Button |
Declaration
protected Button resetCustomizationButton
Field Value
| Type |
| System.Windows.Forms.Button |
Declaration
protected Button resetPartialMenusBtn
Field Value
| Type |
| System.Windows.Forms.Button |
Declaration
protected Splitter splitter1
Field Value
| Type |
| System.Windows.Forms.Splitter |
Declaration
protected TabControl tabControl
Field Value
| Type |
| System.Windows.Forms.TabControl |
Declaration
protected TabPage tabPage1
Field Value
| Type |
| System.Windows.Forms.TabPage |
Declaration
protected TabPage tabPage2
Field Value
| Type |
| System.Windows.Forms.TabPage |
Declaration
protected TabPage tabPage3
Field Value
| Type |
| System.Windows.Forms.TabPage |
Declaration
protected CheckedListBox toolbarList
Field Value
| Type |
| System.Windows.Forms.CheckedListBox |
Properties
The IDesignerHost interface in which the BarManager is hosted
during design time.
Declaration
public virtual IDesignerHost DesignerHost { set; }
Property Value
| Type |
Description |
| System.ComponentModel.Design.IDesignerHost |
A reference to an object implementing the IDesignerHost interface.
|
Methods
Cleans up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type |
Name |
Description |
| System.Boolean |
disposing |
|
Initializes the CustomizationPanel object.
Declaration
public virtual void InitCustomizationPanel(BarCustomizationDialog dlg, BarManager customizingManager)
Parameters
| Type |
Name |
Description |
| BarCustomizationDialog |
dlg |
The dialog where this control is hosted.
|
| BarManager |
customizingManager |
The BarManager that this control is customizing.
|
Declaration
protected virtual void OnDialogActivated()
Called when the dialog in which this control is hosted is closing.
Declaration
public virtual void OnDialogClosing()
Declaration
protected virtual void OnDialogDeactivated()
Called when the dialog in which this control is hosted is loaded.
Declaration
protected virtual void OnDialogLoad()
Called when the dialog in which this control is hosted is
either made visible or hidden.
Declaration
protected virtual void OnDialogVisibiltyChanged()
Declaration
public virtual void RemoveReferencesToItem(Bar bar)
Parameters
| Type |
Name |
Description |
| Bar |
bar |
|
Declaration
public virtual void RemoveReferencesToItem(BarItem item)
Parameters