Skip to main content

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

NameDescription
Search/error/outputA group of APIs to access error information, search results, and the output window.

Property

NameDescription
StylesList of styles

Method

NameDescription
ClearAllStylesClears all styles managed by this styleset.
ClearStyleClears the style with the given name.
Nothing is done if the style does not exist.
CreateStyleCreates a style with the given name.
However, if a style with that name already exists, that style is returned.
GetStyleGets the style with the specified name.
Returns null if no style with that name exists.