ArcObjects Library Reference (Framework)  

IPropertyPage.Show Method

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

Product Availability

Available with ArcGIS Desktop.

Description

IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IPropertyPage Interface