ArcObjects Library Reference (Geoprocessing)  

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(
  BSTR* 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