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


ILabelManagerDialog.DoModal Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CartoUI)  

ILabelManagerDialog.DoModal Method

Shows the Label Manager.

[Visual Basic .NET]
Public Function DoModal ( _
    ByVal pMap As IMap, _
    ByVal hwnd As Integer _
) As Boolean
[C#]
public bool DoModal (
    IMap pMap,
    int hwnd
);

Product Availability

Available with ArcGIS Desktop.

See Also

ILabelManagerDialog Interface