ArcObjects Library Reference (DisplayUI)  

IStyleDialog Interface

Provides access to members that control the Style Manager and Style References Dialogs.

Product Availability

Available with ArcGIS Desktop.

Description

The StyleManagerDialog coclass is a dialog box that lets you manage the styles referenced by a map document and the style items in them. The StyleReferencesDialog coclass is a dialog box that lets you manage which style files ArcMap references.

Members

Description
Method DoModal Displays a style dialog for the given style gallery.
Read/write property Title The title of the style dialog.

CoClasses that implement IStyleDialog

CoClasses and Classes Description
StyleManagerDialog Use this Dialog to manage the contents of the style gallery.
StyleReferencesDialog Use this Dialog to change the styles referenced by the style gallery.

.NET Snippets

Open StyleManagerDialog | Open StyleReferencesDialog

.NET Related Topics

DisplayUI