isControlEnabled Method
Description
This method checks if a control is enabled on the dialog box
Syntax
Visual Basic |
---|
Public Function isControlEnabled( _ ByVal ID As UInt _ ) As Boolean |
Parameters
- ID
- UInt value that defines the item to query.
Return Type
Boolean.
True means the control is enabled.
False means the control is disabled (grayed out).
See Also