guides:programming:programmers_reference_manual:helpbutton_property_window

HELPBUTTON property (Window)

If set to TRUE$ then the window displays a context-help button in its caption bar. When clicked the cursor changes to a question mark, and subsequently clicking on a control in the window will send it a HELP event.

This is a Boolean property. If set to TRUE then the context-help button is displayed, otherwise it is hidden.

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

This property implements the WS_EX_CONTEXTHELP Extended Window Style. It cannot be used if either the MINIMIZEBUTTON or MAXIMIZEBUTTON properties are set to TRUE$.

 
$Insert Logical

   

   // Example – Showing the context-help button for the current window.

   Call Set_Property_Only( @Window, "HELPBUTTON", TRUE$ )
 
 
 

HELP event, MINIMIZEBUTTON property, MAXIMIZEBUTTON property.

  • guides/programming/programmers_reference_manual/helpbutton_property_window.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1