Attachmate.Reflection.Objects.UserInterface Library
In This Topic
Objects
| Object | Description |
 | Classic | Defines properties and methods to load, modify, or save the InfoConnect ribbon template. |
 | ClassicMDI | Defines properties and methods to load, modify, or save the InfoConnect 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. |
 | SmartBorder | The SmartBorder object highlights a host screen field. It inherits the properties and methods of the SmartControl object. |
 | SmartButton | The SmartButton object displays a button that executes an action when clicked. It inherits the properties and methods of the SmartControl object. |
 | 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. |
 | 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. |
 | 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. |
 | 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. |
 | TouchUx | Defines properties and methods to load, modify, or save the InfoConnect 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
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 InfoConnect 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