company logo

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

Implementation details

  1. Get input help activation state
    bool ControlContext  :: inputHelpActivated (  )

    The function returns true, when input help is currently active and false otherwise.

  2. to list
  3. 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.

  4. to list