User Tools

Site Tools


Sidebar

<< Back


koda:en:documentation:control_updown

Updown

{|class=“cboxtable”

class=“cboxcell1”
class=“cboxcell2”

Creates an updown control

#remarks_header[Properties:]#

ContextMenuSpecifies html_wikilink('control_contextmenu','context menu') to attach to control. html_wikilink('create_menu','Create the ContextMenu') first
CursorCursor shape to display when mouse is over this control
EnabledFalse generates <color blue>GUICtrlSetState(-1, $GUI_DISABLE)</color>
Left,TopPosition of control relative to its parent
Width,HeightSize of control in pixels
HintText that appears when cursor hovers over control. Generates call to <color blue>GUICtrlSetTip</color>
ItemsThis property contains control items list. This will open Graphic Editor.
MaxMaximum possible value
MinMinimum possible value
NameName of control and of the variable that is assigned its control ID in generated code. If not specified, no variable is generated
OnChangeGenerates (in Message Loop mode) a Case or (in OnEvent mode) a call to GUISetOnEvent and a skeleton event function. Double-click to right to open html_wikilink('proped_events_editor','')
PositionInitial value
ResizingClick on + to expand resize modes:
DocAuto - resize and reposition according to new window size
DocRight - Do not move right side
DocLeft - Do not move left side
DocTop - Do not move top
DocBottom - Do not move bottom
DocHCenter - Horizontal center remains fixed
DocVCenter - Vertical center remains fixed
DocWidth - Width does not change
DocHeight - Height does not change

#remarks_header[Styles:]#

UDS_WRAPCauses the counter (position) to wrap if it is incremented beyond Max or decremented beyond Min
UDS_SETBUDDYINTLimits input control to integers
UDS_ALIGNRIGHTPlaces updown control is to right of input control
UDS_ALIGNLEFTPlaces updown control is to left of input control
UDS_ARROWKEYSCauses the updown control to recognize and keys
UDS_HORZCauses updown control’s arrows to point left and right
UDS_NOTHOUSANDSPrevents insertion of a thousands separator between every three decimal positions

#remarks_header[Extra Styles:]#

None

#remarks_header[Remarks:]#

Updown will not generate any code until it is attached to an Input control.

#remarks_header[Related:]#

None

koda/en/documentation/control_updown.txt · Last modified: 2014/07/10 10:48 (external edit)