getItemCheck Method
Description
This method returns the checked status for an item (check box or radio button) on the dialog box.
Syntax
Visual Basic |
---|
Public Function getItemCheck( _ ByVal ID As UInt _ ) As Integer |
Parameters
- ID
- UInt value that defines the item to query.
Return Type
Integer value that shows the checked state of a control.
See Also