Attachmate.Reflection.UserInterface Namespace : IFrame Interface |
The following tables list the members exposed by IFrame.
Name | Description | |
---|---|---|
AllViews | Gets all views. | |
FullScreen | Gets or sets the full screen state. | |
Name | Gets or sets the name of the frame. | |
SelectedView | Gets or sets the view that is selected. | |
StatusBarText | Gets the text displayed on the status bar. | |
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. |
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 matches the name. |
Name | Description | |
---|---|---|
ViewOpened | Occurs when a new view is opened. |