This document is archived and information here might be outdated. Recommended version. |
The style category used by the SymbologyStyleClass.
[Visual Basic .NET]
Public Property StyleCategory As String
[C#]
public string StyleCategory {get; set;}
[C++]
HRESULT get_StyleCategory(
BSTR CategoryName
);
[C++]
HRESULT put_StyleCategory(
System.String* CategoryName
);
[C++] Parameters CategoryName [in]
CategoryName is a parameter of type BSTR CategoryName [out, retval]
CategoryName is a parameter of type BSTR*
The IStyleGalleryItem::Category used to filter the items displayed within a SymbologyStyleClass. The StyleCategory is case sensitive. By default the StyleCategory is an empty string and indicates that all items are displayed.
1080: The specified style category is not valid