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