Attachmate.Reflection.Objects Library (User Interface) : Frame Object |
The following tables list the members exposed by Frame.
Name | Description | |
---|---|---|
![]() | AllViews | Gets all views. |
![]() | FullScreen | Gets or sets a value indicating whether the application frame is in full screen state. |
![]() | Name | Gets or sets the name of the frame. |
![]() | SelectedView | Gets or sets the selected view. |
![]() | 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 from VBA |
![]() | ViewCount | Gets the number of views that are running. |
![]() | Visible | Gets or sets a value indicating whether the application frame is visible. |
![]() | WindowLocation | Gets or sets the application window's location. |
![]() | WindowMode | Gets the WindowMode. |
![]() | WindowSize | Gets or sets 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. |
![]() | GetPropertyValue | Gets the value for a property in the property store |
![]() | 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. |
![]() | SetPropertyValue | Sets a property name/value pair in the property store |
![]() | View | Overloaded. Gets a View object relative to its title or its indexed position in the views of a given frame. |
Name | Description | |
---|---|---|
![]() | ViewOpened | Raised when a view is opened inside the frame. |