getItemIntValue Method
Description
This method returns the integer value stored in a field on the dialog box.
Syntax
Visual Basic |
---|
Public Function getItemIntValue( _ ByVal ID As UInt _ ) As Integer |
Parameters
- ID
- UInt value that defines the item to query.
Return Type
Integer value stored in the queried field.
See Also