Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
IFrame Interface Members
In This Topic
The following tables list the members exposed by IFrame.
Public Properties
| Name | Description | |
|---|---|---|
![]() |
AllViews | Gets all views. |
![]() |
FullScreen | Gets or sets a value indicating whether the frame is in full screen mode. |
![]() |
Name | Gets or sets the name of the frame. |
![]() |
SelectedView | Gets or sets the view that is selected. |
![]() |
StatusBarText | Gets or sets the text displayed on the status bar. |
![]() |
StatusBarVisible | Gets or sets a value indicating whether the frame window status bar is visible or not. |
![]() |
VBCommonProject | Gets the Common VB Project (VBA use only) |
![]() |
ViewCount | Gets the number of views that are running. |
![]() |
Visible | Gets or sets the visibility of the InfoConnect terminal window. |
![]() |
WindowLocation | Gets the application window's location. |
![]() |
WindowMode | Gets the WindowMode. |
![]() |
WindowSize | Gets the application window's size. |
![]() |
WindowState | Gets or sets the application window state. The window state can be Normal, Minimized, or Maximized. |
![]() |
WorkspaceSettings | Parent Workspace settings API object |
Public Methods
| Name | Description | |
|---|---|---|
![]() |
Activate | Activates the application and gives it focus. |
![]() |
CreateView | Creates a View to host the control. |
![]() |
Dispose | Disposes resources for instance that implements this interface |
![]() |
GetViewByControl | Gets the view that is associated with a terminal control. |
![]() |
GetViewByInstanceId | Gets the view that matches the instance ID. |
![]() |
GetViewByTitleText | Gets the view that matches the title text. |
![]() |
GetViewsByFilePath | Gets a collection of views that match the session file path. |
![]() |
GetViewsByName | Gets a collection of views that match the name. |
Public Events
| Name | Description | |
|---|---|---|
![]() |
ViewOpened | Occurs when a new view is opened. |
See Also


