IInfoView interface
Namespace: NextDesign.Desktop
Description
Provides access to the information window display page.
Affiliation area
Name | Description |
---|---|
User interface | A group of APIs that access the UI such as the editor and navigator. |
Inherit Base
Name | Description |
---|---|
IUIElement | Provides access to UI elements. |
Property
Name | Description |
---|---|
IsVisible | Is this page visible in an info window |
Items | Display 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 |
Name | Types of pages displayed in the information window - "Output" : Output page - "Error" : Error page - "SearchResult" : search results page |
SelectedItems | Selected 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 |
Title | Display page name in info window |
Method
Name | Description |
---|---|
ScrollToBottom | Scrolls the info window scroll bar to the bottom. |
Select | Selects the specified element on this display page in the info window. |