ArcObjects Library Reference (Carto)  

ILayerPropertySheet.ShowPropertySheet Method

Show the property sheet.

[Visual Basic .NET]
Public Function ShowPropertySheet ( _
) As Boolean
[C#]
public bool ShowPropertySheet (
);
[C++]
HRESULT ShowPropertySheet(
  VARIANT_BOOL* ok
);
[C++]

Parameters

ok [out, retval]   ok is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILayerPropertySheet Interface