This document is archived and information here might be outdated.  Recommended version.


ICustomizeDialog Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialog Interface
ArcGIS Developer Help

ICustomizeDialog Interface

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.

Product Availability

Available with ArcGIS Engine.

Members

Name Description
Method CloseDialog Closes the customize dialog.
Read/write property CommandsCategory The GUID of the component category used for commands.
Read/write property DialogTitle The title of the customize dialog.
Read-only property DoubleClickDestination The ToolbarControl commands are added to when double clicked.
Read-only property IsDialogActive Indicates if the customize dialog is active on the screen.
Read/write property MenusCategory The GUID of the component category used for menu definitions.
Method SetDoubleClickDestination Sets the ToolbarControl commands are added to when double clicked.
Read/write property ShowAddFromFile Indicates if the 'Add From File' button is available on the customize dialog.
Method StartDialog Starts the modeless customize dialog.
Read/write property ToolbarsCategory The GUID of the component category used for toolbar definitions.

Classes that implement ICustomizeDialog

Classes Description
CustomizeDialog CustomizeDialog is a modeless dialog that allows customization of one or more ToolbarControls.

.NET Samples

Building a MapViewer application using the ArcGIS Engine controls Allow run time customization of the ToolbarControl