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


ILayerPropertySheet.ShowPropertySheet Method (ArcObjects .NET 10.5 SDK)
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