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


IMdElementDialogSupport.Stylesheet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdElementDialogSupport Interface > IMdElementDialogSupport.Stylesheet Property
ArcGIS Developer Help

IMdElementDialogSupport.Stylesheet Property

The overriding stylesheet to use to display the dialog for this object.

[Visual Basic .NET]
Public Property Stylesheet As String
[C#]
public string Stylesheet {get; set;}
[C++]
HRESULT get_Stylesheet(
  System.String* Stylesheet
);
[C++]
HRESULT put_Stylesheet(
  BSTR Stylesheet
);
[C++]
Parameters
Stylesheet [out, retval]

Stylesheet is a parameter of type BSTR* Stylesheet [in]
Stylesheet is a parameter of type BSTR

Product Availability

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

See Also

IMdElementDialogSupport Interface