BCGControlBar Library for .NET
CustomizeDialog Class
Members 




Inheritied from the Form class of the System.Windows.Forms namespace. The Customize dialog allows you to create custom toolbars, add and remove items from existing toolbars and change the appearance of the toolbars displayed. We can customize shortcuts keys for command. You can access this dialog box by selecting Customize button on the toolbar.
Customize Dialog Box has such tabs as “Command”, “Toolbar”, “Keyboard” and “Options”.
Command:
Displays a set of commands which can be added to the CommandBars.  Categories list  displays the commands that are shown in the command list box. Commands list specifies commands and it’s images for the selected category. If you want to  place this one of the commands  you have to drag it from the commands list to the customizable toolbar. Description field contents an information about selected category.

Toolbar:
Allows to manage buttons collection on the toolbars and toolbars collection of the CommandBarManager. The “Toolbars” checklist box displays toolbars available in the application. The item in the Listbox will be checked if the toolbar is visible.  The “New” button allows to create a new custom toolbar. The “Reset” button resets the selected in the “Toolbars” list toolbar to it’s original state and “Reset All” removes any changed in all available toolbars. Button “Delete” allows to delete and button “Rename” allows to rename the custom toolbar choosed in the Toolbar list.

Keyboard:
Allows to assign shortcuts for commands from current command manager.
Using “Category” combobox we can display a set of the commands based on the selected category in the command list.  After selecting any commands in the Command list in the “Current Keys” list available shortcut key combination for this command will be displayed. For the selected command we can assign new shortcut, remove one of the displayed shortcut or restore the initial by clicking on “Reset All” button.

Option:

Allows to assign some sets for the toolbar. Option “Show Screen Tips on toolbars” specifies if the tooltips will be shown for CommandBars of the current CommandManager. If the user wants to display shortcut keys combinations on the tooltips he has to check an option “Show shortcut keys in Screen Tips”.  Option “Large Icons” allows to increase the size of the toolbar  icons.

Object Model
CustomizeDialog Class
Syntax
'Declaration
 
Public Class CustomizeDialog 
   Inherits System.Windows.Forms.Form
'Usage
 
Dim instance As CustomizeDialog
public class CustomizeDialog : System.Windows.Forms.Form 
public __gc class CustomizeDialog : public System.Windows.Forms.Form 
public ref class CustomizeDialog : public System.Windows.Forms.Form 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     BCGSoft.ControlBars.CustomizeDialog

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CustomizeDialog Members
BCGSoft.ControlBars Namespace

Send Feedback