VpeGetControlEnabled

<< Click to Display Table of Contents >>

Navigation:  Interactive Objects >

VpeGetControlEnabled

Previous pageReturn to chapter overviewNext page

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.

 

See Also:

"Interactive Documents" in the Programmer's Manual.