Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DmisDialog Object : getItemCheck Method
UInt value that defines the item to query.
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