MenuItem() > Instance variables |
Character string for check mark and sub-menus
Data type: | ANY | Default: | HB_TMENUITEM_STYLE |
The instance variable :style contains a string of two characters. The first character is displayed to the left of the caption string, when :checked contains .T. (true). The second character is displayed to the right of the caption string, when :isPopup() returns .T. (true).
The default characters are given by the #define constant HB_TMENUITEM_STYLE of Button.ch.
http://www.xHarbour.com