Skip to main content

IInfoView interface

Namespace: NextDesign.Desktop

Description

Provides access to the information window display page.

Affiliation area

NameDescription
User interfaceA group of APIs that access the UI such as the editor and navigator.

Inherit Base

NameDescription
IUIElementProvides access to UI elements.

Property

NameDescription
IsVisibleIs this page visible in an info window
ItemsDisplay page content in info window
The output page returns an empty collection.
The substance of the collection element on other pages is as follows.
- Error page: IError
- Search result page: ISearchResultEntry
NameTypes of pages displayed in the information window
- "Output" : Output page
- "Error" : Error page
- "SearchResult" : search results page
SelectedItemsSelected element on display page in info window
On output page, returns an empty collection.
The substance of the collection element on other pages is as follows.
- Error page: IError
- Search result page: ISearchResultEntry
TitleDisplay page name in info window

Method

NameDescription
ScrollToBottomScrolls the info window scroll bar to the bottom.
SelectSelects the specified element on this display page in the info window.