April 24, 2024

Dynamic Windows Function [dw_mle_set_editable]

Syntax

void dw_mle_set_editable(HWND handle, int state)

Parameters

HWND handle: Handle to the MLE.
int state: TRUE if it can be edited, FALSE for readonly.

Description

Sets the editablity of an MLE box.