![]() |
This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the customize dialog. Note: the ICustomizeDialog interface has been superseded by ICustomizeDialog2. Please consider using the more recent version.
| Name | Description | |
|---|---|---|
![]() |
CloseDialog | Closes the customize dialog. |
![]() |
CommandsCategory | The GUID of the component category used for commands. |
![]() |
DialogTitle | The title of the customize dialog. |
![]() |
DoubleClickDestination | The ToolbarControl commands are added to when double clicked. |
![]() |
IsDialogActive | Indicates if the customize dialog is active on the screen. |
![]() |
MenusCategory | The GUID of the component category used for menu definitions. |
![]() |
SetDoubleClickDestination | Sets the ToolbarControl commands are added to when double clicked. |
![]() |
ShowAddFromFile | Indicates if the 'Add From File' button is available on the customize dialog. |
![]() |
StartDialog | Starts the modeless customize dialog. |
![]() |
ToolbarsCategory | The GUID of the component category used for toolbar definitions. |
| Classes | Description |
|---|---|
| CustomizeDialog | CustomizeDialog is a modeless dialog that allows customization of one or more ToolbarControls. |