Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== HELPBUTTON property (Window) ====== ==== Description ==== 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. {{ButtonDemo.png?477x339}} ==== Property Value ==== This is a Boolean property. If set to TRUE then the context-help button is displayed, otherwise it is hidden. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |Get/Set|Get/Set|No|No|No| ==== Remarks ==== 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$. ==== Example ==== <code> $Insert Logical // Example – Showing the context-help button for the current window. Call Set_Property_Only( @Window, "HELPBUTTON", TRUE$ ) </code> ==== See Also ==== HELP event, MINIMIZEBUTTON property, MAXIMIZEBUTTON property. guides/oi10/presentation_server/helpbutton_property_window.txt Last modified: 2023/10/25 10:49by 127.0.0.1