ArcObjects Library Reference (DisplayUI)  

IStyleDialog.DoModal Method

Displays a style dialog for the given style gallery.

[Visual Basic .NET]
Public Function DoModal ( _
    ByVal styleGallery As IStyleGallery, _
    ByVal parent As Integer _
) As Boolean
[C#]
public bool DoModal (
    IStyleGallery styleGallery,
    int parent
);

Product Availability

Available with ArcGIS Desktop.

Description

Domodal initiates the dialog for the specified object.

See Also

IStyleDialog Interface

.NET Snippets

Open StyleManagerDialog | Open StyleReferencesDialog

.NET Related Topics

DisplayUI