Attachmate.Reflection.Objects Library (User Interface)
Objects
| Object | Description |
| Classic | Defines properties and methods to load, modify, or save the Reflection ribbon template. |
| ClassicMDI | Defines properties and methods to load, modify, or save the Reflection ribbon template. |
| Frame | Frame is the top-level user interface component. |
| Point | Represents an ordered pair of Long x-coordinates and y-coordinates that defines a point in a two-dimensional plane. |
| Ribbon | Defines properties and methods to interact with the Ribbon user interface mode. |
| Size | Contains a pair of Long values, usually the width and height of a rectangle. |
| TouchUx | Defines properties and methods to load, modify, or save the Reflection ribbon template. |
| UiControl | Defines properties and operations on the UI control object. |
| UiControlContainer | Defines properties and operations on the UI control object. |
| UiMode | UiMode represents the user interface aspect of each session. |
| View | View represents the user interface aspect of each session. |
Events
| Event | Description |
| Closed | Occurs when the view is closed. |
| Closing | Occurs when the view is about to close. This event can be cancelled by setting the return value. If set to False (the default), closing is canceled. If set to True, closing continues. |
| Deselected | Occurs when a view is deselected. |
| Selected | Occurs when a view is selected. |
| TitleTextChanged | Occurs when tab text or caption text changes. |
| ViewOpened | Raised when a view is opened inside the frame. |
Enumerations
| Enumeration | Description |
| ControlType | Defines the type of user interface control. This collection of user interface control includes the controls that could appear in various user interface modes. |
| FormWindowState | Specifies how the Reflection main window (workspace) is displayed. |
| Mode | Type of user interface mode. |
| WindowModes | The enumerator for WindowModes, which indicates the user interface mode the application uses. |
See Also