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