Discuss this help topic in SecureBlackbox Forum
Specifies whether to automatically adjust text encoding.
Declaration
[C#]
bool AutoAdjustEncoding;
[VB.NET]
Property AutoAdjustEncoding As Boolean
[Pascal]
property AutoAdjustEncoding : Boolean;
[C++]
bool get_AutoAdjustEncoding();
void set_AutoAdjustEncoding(bool Value);
[PHP]
bool get_AutoAdjustEncoding()
void set_AutoAdjustEncoding(bool $Value)
[Java]
boolean getAutoAdjustEncoding();
void setAutoAdjustEncoding(boolean Value);
Description
Use this property (set it to False) in conjunction with OnLookupGlyphName event to use custom encoding for widget's text.
The default value is True.
Discuss this help topic in SecureBlackbox Forum