VLMenuPlus Reference

Read/Write Property CheckMark

See Also See Also Applies To Applies To

Returns or sets a graphic to be used as checkmark on checked menu items. If you do not specify a check mark, control uses a default checkmark for checked menu items. The checkmark picture must have a gray background [ RGB(192, 192, 192) ].

 

Syntax

object.CheckMark [= picture]

 

The CheckMark property syntax has these parts:

Part Description
object An object expression that evaluates to VLMenuPlus
picture A string expression specifying a file containing a graphic, as described in Settings.

Settings

The settings for  CheckMark are:

Setting Description
(None) (Default) Use default checkmark.
(Bitmap, icon) Specifies a graphic. You can load the graphic from the Properties window at design time. At run time, you can also set this property using the LoadResPicture function from a resource file.

Remarks

At design time, you can transfer a graphic with the Clipboard using the Copy, Cut, and Paste commands on the Edit menu.