<< Click to Display Table of Contents >> VpeGetControlEnabled |
Returns the current interaction state of the specified control.
int VpeGetControlEnabled(
VpeHandle hControl,
)
VpeHandle hControl
Control Handle
Returns:
Value |
Description |
True |
the control is enabled |
False |
the control is disabled |
Remarks:
The function allows that hControl may be NULL, in this case the function returns False.
"Interactive Documents" in the Programmer's Manual.