VLButtonBar Reference

Read/Write PropertyUnicode

See Also See Also Applies To Applies To

  See Also  Applies To

 

Enable or disable use of unicode strings and font for button captions. This setting applies to text information of all the elements of VLButtonBar control.

 

Syntax

object.Unicode [= boolean]

 

The Unicode property syntax has these parts:

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

Setting

The settings for boolean are:

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

Remark

Enabling Unicode will allow you to display buttons using unicode strings and unicode font.

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 button captions at runtime.