Hot Spot Properties

Description

A list of hot spot properties with examples.

Setup Properties

  • Object Name

    The name of the control.

    :formname.controlname.object.name as C
  • Always on Top

    When checked the control is always on the top-most level of the form layout. No other form elements will over lap it.

    :formname.controlname.object.always_on_top as L
  • Disable

    Enables or disables the tabbed control.

    :formname.controlname . Object.Enabled as L
    images/Hotspot_Setup_Properties.gif

Dimension Properties

  • Left

    Sets the horizontal position of the control.

    :formname.controlname.object.left as N
  • Top

    Sets the vertical position of the control.

    :formname.controlname.object.top as N
  • Width

    Sets the width of the control.

    :formname.controlname.object.width as N
  • Height

    Sets the height of the control.

    :formname.controlname.object.height as N
  • Anchor

    Determines the way the tabbed control will or will not stretch as the base form is resized. Possible attachment points are: 1 = top and right 2 = top, left, and right 4 = bottom and left 5 = bottom and right 6 = bottom, left, and right 8 = top, bottom, and left 9 = top, bottom, and right 10 = top, bottom, left, and right

    :formname.controlname.object.anchor as N
    images/Hotspot_Dimension_Properties.gif