April 18, 2024

Dynamic Windows Function [dw_spinbutton_set_pos]

Syntax

void dw_spinbutton_set_pos(HWND handle, long position)

Parameters

HWND handle: Handle to the spinbutton to be set.
long position: Current value of the spinbutton.

Description

Sets the spinbutton value.