IInfoDisplayStyleSet interface
Namespace: NextDesign.Desktop
Description
Style set for displaying error information/search result information.
Predetermined styles can be named and managed.
This styleset is managed by the workspace and shared by all extensions.
Affiliation area
Name | Description |
---|---|
Search/error/output | A group of APIs to access error information, search results, and the output window. |
Property
Name | Description |
---|---|
Styles | List of styles |
Method
Name | Description |
---|---|
ClearAllStyles | Clears all styles managed by this styleset. |
ClearStyle | Clears the style with the given name. Nothing is done if the style does not exist. |
CreateStyle | Creates a style with the given name. However, if a style with that name already exists, that style is returned. |
GetStyle | Gets the style with the specified name. Returns null if no style with that name exists. |