Skip to main content

IInfoDisplayStyle interface

Namespace: NextDesign.Desktop

Description

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/OutputAPIs for accessing error information, search results, and output windows.

Property

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

The default value is "All".
NameStyle name

Method

NameDescription
SetStyleSetsSets the display style on the view.

The style specified by this method is valid only on the diagram.
Also, if you update the style being applied on the view of the application, it will not be reflected in the view display in real time (it will be reflected the next time it is applied).