March 28, 2024

Dynamic Windows Function [dw_checkbox_get]

Syntax

int dw_checkbox_get(HWND handle)

Parameters

HWND handle: Handle to the checkbox to be queried.

Returns

int State of checkbox (TRUE or FALSE).

Description

Returns the state of the checkbox.