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


IModelessQueryAttributes.Show Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IM > IModelessQueryAttributes Interface > IModelessQueryAttributes.Show Method
ArcGIS Developer Help

IModelessQueryAttributes.Show Method

Shows attribute query window in a modeless state.

[Visual Basic .NET]
Public Sub Show ( _
    ByVal parentHWnd As Integer _
)
[C#]
public void Show (
    int parentHWnd
);

Product Availability

Available with ArcGIS Desktop.

See Also

IModelessQueryAttributes Interface