VLMenuPlus Reference

Read/Write Property UseCustomColors

See Also See Also Applies To Applies To

Returns or sets the value that controls use of custom colors for painting various menu item parts.

 

Syntax

object.UseCustomColors [= boolean]

 

The UseCustomColors property syntax has these parts:

Part Description
Object An object expression that evaluates to VLMenuPlus
Boolean A Boolean expression that specifies if user specified colors should be used for painting various menu item parts.

Setting

The settings for boolean are:

Setting Description
True Enables use of user specified colors for the painting various menu item parts.
False (Default) Disables use of user specified colors for the painting various menu item parts.

Remark

It is recommended to let VLMenuPlus chose the colors automtically by setting this property to false. VLMenuPlus will automatically selected the color as per the current desktop settings.

A custom color setting that looks good on your desktop setting may not appear as good on some other desktop with different color settings.

Menu color customization should be used if you are using any form skinning and/or are handling non-client area painting in your application.