Difference between revisions of "Spinner"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 +
 +
====Description====
 +
[[{{ns:file}}:spinner.png|link={{filepath:spinner.png}}|Spinner]]
 +
 +
Spinner is a numeric [[Textbox]] control with increment/decrement controls
  
 
====Properties====
 
====Properties====

Revision as of 12:17, 29 March 2018

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Description

Spinner

Spinner is a numeric Textbox control with increment/decrement controls

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Alignment RW Numeric Alignment: 0 = left, 1 = right, 2 = center
Increment RW Numeric Amount value is incremented or decremented when arrows are clicked
KeyboardHighValue RW Numeric Maximum value using keyboard
KeyboardLowValue RW Numeric Minimum value using keyboard
Prefix RW Character Prefix displayed before value, e.g. currency symbol
Readonly RW Boolean Whether object is read only
SpinnerHighValue RW Numeric Maximum value using arrows
SpinnerLowValue RW Numeric Minimum value using arrows
Suffix RW Character Suffix displayed after value, e.g. CR
Text RW Character Object's numeric value as character
Validation RW Character String containing boolean expression to validate data entry
ValidationErrorMessage RW Character Message displayed if validation returns False
Value RW Numeric Object's numeric value

Methods

This class supports the Common Methods plus the following:

Method Args Description

Events

This class supports the Common Events plus the following:

Event Args Description