Skip to main content

IInfoDisplayStyle interface

Namespace: NextDesign.Desktop

Description

This is an access object to the display style of error information and search result information.
It can be used to redefine the style of displaying error information and search result information.

Affiliation area

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

Property

NameDescription
CardDisplayStyleCard Display Style
- "None" : Do not display card
- "TitleOnly" : Card with title only
- "DetailOnly" : card with details only
- "All" : card with title and details (only title if no details)

The default is "All".
NameStyle name

Method

NameDescription
SetStyleSetsSets the display style on the view.

Styles specified with this method are only valid on the diagram.
Also, even if you update the style that is being applied on the application's view, it will not be reflected in the display of the view in real time (it will be reflected the next time it is applied).