|
Slider |
Top Previous Next |
This is what a slider looks like:
Common Properties Width, Height, Bindings, Enabled, Visible, Foreground, Background, Opaque, Border, Font, Tooltip Custom Properties Value (Default Property) Default value of a slider. Property name: value Property type: Integer Orientation Orientation of slider: Horizontal or Vertical. Property name: orientation Property type: Integer MINIMUM Minimum value of a slider. Property name: minimum Property type: Integer MAXIMUM Maximum value of a slider. Property name: maximum Property type: Integer MINOR TICK SPACING This is the distance, measured in values, between each minor tick mark. If you have a slider with a range from 0 to 50 and the minor tick spacing is set to 10, you will get minor ticks next to 0, 10, 20, 30, 40, and 50. Property name: minorTickSpacing Property type: Integer MAJOR TICK SPACING This is the distance, measured in values, between each major tick mark. If you have a slider with a range from 0 to 50 and the major tick spacing is set to 10, you will get major ticks next to 0, 10, 20, 30, 40, and 50. Property name: majorTickSpacing Property type: Integer Paint Track Determines whether the track is painted on the slider. Property name: paintTrack Property type: Boolean PAINT TICKS Determines whether tick marks are painted on the slider. Property name: paintTicks Property type: Boolean PAINT LABELS Determines whether labels are painted on the slider. Property name: paintLabels Property type: Boolean CUSTOM LABELS Table that contains custom labels for the slider. Each label is characterized by slider value at that it is painted and label description. Property name: customLabels Property type: Data Table Common Events Hidden, Shown, Moved, Resized, Mouse Clicked, Mouse Pressed, Mouse Released, Mouse Entered, Mouse Exited, Mouse Moved, Mouse Wheel Moved, Key Typed, Key Pressed, Key Released, Focus Gained, Focus Lost |