MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ControlSetUpDownOptions

Method ControlSetUpDownOptions

source/script_gui.cpp:9647–9652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9645
9646
9647void GuiType::ControlSetUpDownOptions(GuiControlType &aControl, GuiControlOptionsType &aOpt)
9648// Caller has ensured that aControl.type is an UpDown.
9649{
9650 if (aOpt.range_changed)
9651 SendMessage(aControl.hwnd, UDM_SETRANGE32, aOpt.range_min, aOpt.range_max);
9652}
9653
9654
9655

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected