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
Name | Description |
---|---|
Search/error/output | A group of APIs to access error information, search results, and the output window. |
Property
Name | Description |
---|---|
CardDisplayStyle | Card 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". |
Name | Style name |
Method
Name | Description |
---|---|
SetStyleSets | Sets 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). |