Name | Description | |
---|---|---|
C1CommandHolder Constructor | Initializes a new instance of the C1CommandHolder class. |
The following tables list the members exposed by C1CommandHolder.
Name | Description | |
---|---|---|
C1CommandHolder Constructor | Initializes a new instance of the C1CommandHolder class. |
Name | Description | |
---|---|---|
Animation | Gets or sets a value indicating whether to use animation in menus. | |
AutoSaveLayout | Gets or sets the value indicating whether to automatically save the toolbars layout (for this to work, Layout must be added to dynamic properties). | |
Commands | Gets the collection of commands. | |
Container | (Inherited from System.ComponentModel.Component) | |
CustomizerFormClassName | Gets or sets the class name of the Customizer form. | |
ImageList | Gets or sets the image list for command images. | |
ImageTransparentColor | Gets or sets the transparent color for images not in image list. | |
Layout | Gets or sets the toolbars layout; To enable automatic layout persistence, add this property to dynamic properties. | |
LayoutKeyName | Gets or sets a name of layout dynamic key in application config file. | |
MainMenu | Returns the main menu for the form. | |
NewToolbarFormClassName | Gets or sets the class name of the Customizer's new toolbar dialog form. | |
RecentLinksRunCount | Gets or sets the value indicating how many times the app must be run before rarely used menu items start hiding. | |
RecentLinksThreshold | Gets or sets the threshold (in percent) for an item to be considered rarely used. The higher the value, the more items are hidden. | |
SelectMdiChildFormClassName | Gets or sets the class name of the MDI child selection dialog form. | |
ShowInvisibleItems | Gets or sets the value indicating whether invisible menu and toolbar items are shown at design time. | |
ShowMenuTooltips | Gets or sets the value indicating whether to show tooltip texts when mouse cursor is over menu item. | |
ShowNonRecentLinksHoverDelay | Gets or sets the delay (in seconds) for the mouse to hover over the parent menu item in order to show all rarely used item. | |
ShowToolbarTooltips | Gets or sets the value indicating whether to show tooltip texts when mouse cursor is over toolbutton. | |
Site | Overridden. | |
SkipDisabledMenuItems | Gets or sets a value indicating whether the user can give the focus to the CommandLink using keys when the Command is disabled. | |
SmoothImages | Draw smooth images for currently unselected items. | |
StateUpdateOnIdle | Gets or sets the value indicating whether to update commands' status when idle. | |
SuperTooltip | ||
UIStrings | Gets the array of user interface strings. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CommandHolderByForm | Returns the command holder for the specified form, if it exists. | |
CreateCommand | Overloaded. Creates a new command and adds it to the Commands collection. | |
CreateCommandHolder | Creates a command holder and initializes it. | |
Customize | Invokes toolbar customizer. | |
Dispose | Overloaded. Overridden. Releases the resources used by the C1CommandHolder. | |
FindCommand | Gets the C1Command associated with the shortcut. | |
GetC1Command | Determines the command (of the type C1Command or inherited) invoked when the control's default (or, if there is none, Click) event fires. | |
GetC1ContextMenu | Gets a context menu contained within the C1CommandHolder. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
LayoutLoadFromAppConfig | Loads layout data from the application config file. | |
LayoutReset | Reset layout. | |
LayoutSaveInAppConfig | Saves the layout data into the application config file. | |
MergeCommandLinks | Overloaded. Merges command links from links1 and links2 into result, using merge rules specified with links, similar to MDI merge. | |
ResetToolbar | Called for restoring layout of a single toolbar. | |
SaveDefaultLayout | Sets the current layout to be the default (the one the customizer's reset button reverts to). | |
SetC1Command | Set the command (of the type C1Command or inherited) invoked when the control's default (or, if there is none, Click) event fires. | |
SetC1ContextMenu | Sets a context menu contained within the C1CommandHolder. | |
ToString | (Inherited from System.ComponentModel.Component) | |
UnmergeCommandLinks | Overloaded. Unmerges the two collections of links merged previously by MergeCommandLinks. |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnRecentLinksRunCountChanged | This method is for internal use only. | |
OnRecentLinksThresholdChanged | This method is for internal use only. | |
OnShowNonRecentLinksHoverDelayChanged | This method is for internal use only. | |
ResetC1Command | This method is for internal use only. | |
ResetC1ContextMenu | This method is for internal use only. | |
ResetCustomizerFormClassName | This method is for internal use only. | |
ResetNewToolbarFormClassName | This method is for internal use only. | |
ResetSelectMdiChildFormClassName | This method is for internal use only. | |
ResetUIStrings | This method is for internal use only. | |
ShouldSerializeC1Command | This method is for internal use only. | |
ShouldSerializeC1ContextMenu | This method is for internal use only. | |
ShouldSerializeCustomizerFormClassName | This method is for internal use only. | |
ShouldSerializeImageTransparentColor | This method is for internal use only. | |
ShouldSerializeNewToolbarFormClassName | This method is for internal use only. | |
ShouldSerializeSelectMdiChildFormClassName | This method is for internal use only. | |
ShouldSerializeUIStrings | This method is for internal use only. |
Name | Description | |
---|---|---|
CommandClick | Occurs when the command is invoked by the user. | |
CustomizationFinished | Occurs when customization mode finishes. | |
CustomizationStarted | Occurs when customization mode starts. | |
CustomizeLinkAdded | Occurs when a new command link is added to an existing toolbar during customization. | |
CustomizeLinkRemoved | Occurs when a command link is removed from a toolbar during customization. | |
CustomizeToolBarAdded | Occurs when a new toolbar is added or a hidden toolbar becomes visible during customization. | |
CustomizeToolBarRemoved | Occurs when a visible toolbar is hidden during customization. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
LayoutLoad | Occurs when layout string must be loaded from app config file. | |
LayoutSave | Occurs when layout string must be saved in app config file. | |
RecentLinksRunCountChanged | Occurs when the value of the RecentLinksRunCount property changes. | |
RecentLinksThresholdChanged | Occurs when the value of the RecentLinksRunCount property changes. | |
ShowNonRecentLinksHoverDelayChanged | Occurs when the value of the ShowNonRecentLinksHoverDelay property changes. |