[]
Represents a main customization form.
public class C1CustomizerForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Name | Description |
---|---|
C1CustomizerForm() | Initializes a new instance of the C1CustomizerForm class. |
Name | Description |
---|---|
m_alignCenter | A RadioButton control. |
m_alignFar | A RadioButton control. |
m_alignNear | A RadioButton control. |
m_btnBackColor | A button to call Color dialog. |
m_btnCancel | Cancel button. |
m_btnDelete | A button for deleting toolbar. |
m_btnFont | A button to call Font dialog. |
m_btnForeColor | A button to call Color dialog. |
m_btnNew | A button for adding a new toolbar. |
m_btnOK | OK button. |
m_btnRename | A button for saving toolbar layout. |
m_btnReset | A button to reset toolbar layout. |
m_btnRestore | A button to restoring toolbar layout. |
m_btnSave | A RadioButton control. |
m_categoriesList | A list of all command categories. |
m_chkCustomizeButton | A CheckBox switching visibility of Customize link in the selected toolbar. |
m_chkSmooth | A CheckBox control. |
m_colorDialog | A Color dialog. |
m_comboStyle | A ComboBox control. |
m_commandsPanel | A Panel control. |
m_commandsParentPanel | A Panel control. |
m_fontDialog | A Font dialog. |
m_grpButtonAlign | A GroupBox control. |
m_grpButtonLayout | A GroupBox control. |
m_grpButtonLook | A GroupBox control. |
m_grpColorFont | A GroupBox control. |
m_grpDescription | A GroupBox control. |
m_grpVisualStyle | A GroupBox control. |
m_imageOnly | A RadioButton control. |
m_lblCategories | A Label control. |
m_lblCommands | A Label control. |
m_lblCommandsHelp | A Label control. |
m_lblDescription | A Label control. |
m_lblHideOldLinks | A Label control. |
m_lblRecentThreshold | A Label control. |
m_menuList | A CheckedListBox control. |
m_statusBar | A StatusBar control. |
m_statusText | A StatusBarPanel control. |
m_tabCommands | A TabPage, describing available commands. |
m_tabOptions | A TabPage control. |
m_tabPages | A TabControl control. |
m_tabToolbars | A TabPage, describing toolbars. |
m_textAbove | A RadioButton control. |
m_textAndImage | A RadioButton control. |
m_textBelow | A RadioButton control. |
m_textOnLeft | A RadioButton control. |
m_textOnRight | A RadioButton control. |
m_textOnly | A RadioButton control. |
m_toolbarsList | A list of all customizable toolbars. |
m_updownThreshold | A NumericUpDown control. |
Name | Description |
---|---|
OwnerForm | The form, which is owner for this form. |
Name | Description |
---|---|
Dispose(bool) | |
FindFirst(string) | Finds first command in C1CommandHolder belongs to category. |
FindNext(string) | Finds next command in C1CommandHolder belongs to category. |
OnClosed(EventArgs) | This method is for internal use only. |
OnLoad(EventArgs) | This method is for internal use only. |