Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library
Inheritance Hierarchy
In This Topic
    Attachmate.Reflection.Objects.UserInterface Library
    In This Topic
    Objects
     ObjectDescription
    ObjectDefines properties and methods to load, modify, or save the Reflection ribbon template.
    ObjectDefines properties and methods to load, modify, or save the Reflection ribbon template.
    ObjectFrame is the top-level user interface component.
    ObjectRepresents an ordered pair of Long x-coordinates and y-coordinates that defines a point in a two-dimensional plane.
    ObjectDefines properties and methods to interact with the Ribbon user interface mode.
    ObjectContains a pair of Long values, usually the width and height of a rectangle.
    ObjectThe SmartBorder object highlights a host screen field. It inherits the properties and methods of the SmartControl object.
    ObjectThe SmartButton object displays a button that executes an action when clicked. It inherits the properties and methods of the SmartControl object.
    ObjectThe 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.
    ObjectThe 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.
    ObjectThe 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.
    ObjectThe 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.
    ObjectDefines properties and methods to load, modify, or save the Reflection ribbon template.
    ObjectDefines properties and operations on the UI control object.
    ObjectDefines properties and operations on the UI control object.
    ObjectUiMode represents the user interface aspect of each session.
    ObjectView represents the user interface aspect of each session.
    Events
     EventDescription
    EventThe event is raised when a new view is opened.
    EventThis event occurs when the user clicks on a SmartUx Button Control.
    EventThis event occurs when the host cusor moves under a SmartUx Control.
    EventThis event occurs when the host cusor moves from under a SmartUx Control.
    EventThis event occurs when the value in the underlying SmartUx Control is changed.
    EventThis event occurs when the value in the underlying SmartUx Control is changed.
    EventDefault view event that is cancelable.
    EventDefault view event.
    Enumerations
     EnumerationDescription
    EnumerationDefines the type of user interface control. This collection of user interface control includes the controls that could appear in various user interface modes.
    EnumerationSpecifies how the Reflection main window (workspace) is displayed.
    EnumerationType of user interface mode.
    EnumerationThe enumerator for WindowModes, which indicates the user interface mode the application uses.
    See Also