This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdElementDialogSupport Interface > IMdElementDialogSupport.Stylesheet Property (ArcObjects .NET 10.4 SDK) |
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