ControlContext :: inputHelpActivated - Input help activation state
The property indicates, whether input help has been activated for the current control (true) or not (false). In order to activate input help
Implementation overview
- Get input help activation state
ControlContext :: inputHelpActivated (  ) - Change input help activation state
ControlContext :: inputHelpActivated ( bEnable )
Implementation details
-
Get input help activation state
bool ControlContext  :: inputHelpActivated (  )
The function returns true, when input help is currently active and false otherwise.
to list
-
Change input help activation state
bool ControlContext  :: inputHelpActivated ( bool bEnable )
Passing true in bEnable will activate the input help for the control. Passing false will disable input help.
- bEnable
- Enable resource
In order to enable the referenced resource true should be passed. Passing false will disable the resource.
to list
- bEnable
- Enable resource