ArcObjects Library Reference (ArcMapUI)  

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

.NET Related Topics

ArcMapUI