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


IStyleDialog.DoModal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IS > IStyleDialog Interface > IStyleDialog.DoModal Method
ArcGIS Developer Help

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