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. ====== DRAWTEXT property ====== ==== Applies To ==== Bitmap controls (check box and push-button). ==== Description ==== Specifies whether the value contained in the HELPTEXT property is displayed as text on the screen or as balloon help. ==== Usage ==== //value// = **Get_Property**(//objectname//, "**DRAWTEXT**") The structure of the DRAWTEXT property (returned from Get_Property and Set_Property and passed to Set_Property) specifies whether to draw the text on the control or not, and is so, where to draw it on the control: ^Value^Description^ |<1>|True causes the text to drawn on the control; false displays balloon help (Tool Tips) instead.| |<2>|(optional) X coordinate to draw the text at, within the bitmap control.| |<3>|(optional) Y coordinate to draw the text at, within the bitmap control.| //value// = **Set_Property**(//objectname//, "**DRAWTEXT**", //Flag//[//:@FM:X:@FM:Y//]) guides/programming/programmers_reference_manual/drawtext.txt Last modified: 2024/06/19 20:20by 127.0.0.1