Attachmate.Reflection.Objects.UserInterface Library
In This Topic
Objects
| Object | Description |
![Object](template/packages/core-dotnet/images/Class.png) | Classic | Defines properties and methods to load, modify, or save the Reflection ribbon template. |
![Object](template/packages/core-dotnet/images/Class.png) | ClassicMDI | Defines properties and methods to load, modify, or save the Reflection ribbon template. |
![Object](template/packages/core-dotnet/images/Class.png) | Frame | Frame is the top-level user interface component. |
![Object](template/packages/core-dotnet/images/Class.png) | Point | Represents an ordered pair of Long x-coordinates and y-coordinates that defines a point in a two-dimensional plane. |
![Object](template/packages/core-dotnet/images/Class.png) | Ribbon | Defines properties and methods to interact with the Ribbon user interface mode. |
![Object](template/packages/core-dotnet/images/Class.png) | Size | Contains a pair of Long values, usually the width and height of a rectangle. |
![Object](template/packages/core-dotnet/images/Class.png) | SmartBorder | The SmartBorder object highlights a host screen field. It inherits the properties and methods of the SmartControl object. |
![Object](template/packages/core-dotnet/images/Class.png) | SmartButton | The SmartButton object displays a button that executes an action when clicked. It inherits the properties and methods of the SmartControl object. |
![Object](template/packages/core-dotnet/images/Class.png) | SmartControl | The SmartControl object is a visual cue that can be added to the presentation space. It provides access to the general properties for all SmartUx Control Types. |
![Object](template/packages/core-dotnet/images/Class.png) | SmartDatePicker | The SmartDatePicker object displays a calendar widget for fields that require a date to be input. The user will be presented with a calendar image and the selected value is translated into a date in the specified format (YYYYMMDD, MMDDYYYY, etc.). This object inherits the properties and methods of the SmartControl object. |
![Object](template/packages/core-dotnet/images/Class.png) | SmartDropDown | The SmartDropDown object displays a list of choices that can be selected to populate a field. This SmartUx control behaves like a drop-down box. It lists the available choices and does not allow typing within the field. This object inherits the properties and methods of the SmartControl object. |
![Object](template/packages/core-dotnet/images/Class.png) | SmartRequiredField | The SmartRequiredField object draws an outline on a host screen field to indicate that the value is required. It inherits the properties and methods of the SmartControl object. |
![Object](template/packages/core-dotnet/images/Class.png) | TouchUx | Defines properties and methods to load, modify, or save the Reflection ribbon template. |
![Object](template/packages/core-dotnet/images/Class.png) | UiControl | Defines properties and operations on the UI control object. |
![Object](template/packages/core-dotnet/images/Class.png) | UiControlContainer | Defines properties and operations on the UI control object. |
![Object](template/packages/core-dotnet/images/Class.png) | UiMode | UiMode represents the user interface aspect of each session. |
![Object](template/packages/core-dotnet/images/Class.png) | View | View represents the user interface aspect of each session. |
Events
Enumerations
| Enumeration | Description |
![Enumeration](template/packages/core-dotnet/images/Enumeration.png) | 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. |
![Enumeration](template/packages/core-dotnet/images/Enumeration.png) | FormWindowState | Specifies how the Reflection main window (workspace) is displayed. |
![Enumeration](template/packages/core-dotnet/images/Enumeration.png) | Mode | Type of user interface mode. |
![Enumeration](template/packages/core-dotnet/images/Enumeration.png) | WindowModes | The enumerator for WindowModes, which indicates the user interface mode the application uses. |
See Also