Object | Description | |
---|---|---|
![]() | Classic | 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 integer 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 integers, 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. |
![]() | 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. |
Event | Description | |
---|---|---|
![]() | Activated | This event occurs when the host cursor moves under this SmartUx Control. |
![]() | ButtonClicked | This event occurs when a SmartUx Control button control is clicked. |
![]() | 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. |
![]() | Deactivated | This event occurs when the host cursor moves from under this SmartUx Control. |
![]() | Deselected | Occurs when a view is deselected. |
![]() | Selected | Occurs when a view is selected. |
![]() | TitleTextChanged | Occurs when tab text or caption text changes. |
![]() | ValueChanged | This event occurs when the value selected by this SmartUx control is changed. |
![]() | ValueChanged | This event occurs when the value selected by this SmartUx control is changed. |
![]() | ViewOpened |
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. |