April 19, 2024

Dynamic Windows Function [dw_checkbox_set]

Syntax

void dw_checkbox_set(HWND handle, int value)

Parameters

HWND handle: Handle to the checkbox to be queried.
int value: TRUE for checked, FALSE for unchecked.

Description

Sets the state of the checkbox.