VLMenuPlus Reference

Read/Write Property Unicode

See Also See Also Applies To Applies To

Enable or disable use of unicode strings and font for menu captions. This is a global setting and can be overriden for individual menu items.

 

Syntax

object.Unicode [= boolean]

 

The Unicode property syntax has these parts:

Part Description
Object An object expression that evaluates to VLMenuPlus
Boolean A boolean expression that enables or disables use of unicode string and unicode font for application menus.

Setting

The settings for boolean are:

Setting Description
True Application menus are using unicode strings and font.
False (Default) Application menus are not using unicode strings and font.

Remark

Enabling Unicode will allow you to display menus using unicode strings and unicode font. This property can be overriden for individual menu items.

Please note that VB IDE does not allow keying of unicode strings, the suggested approach is to read them from a file and apply them to menu captions at runtime.