Share via


ApplicationSettings.ComplexTextUI Property

Visio Automation Reference

Gets whether complex text is displayed in the Microsoft Office Visio user interface. Read-only.

Version Information
 Version Added:  Visio 2003

Syntax

expression.ComplexTextUI

expression   A variable that represents an ApplicationSettings object.

Return Value
VisRegionalUIOptions

Remarks

The following VisRegionalUIOptions constants, which are declared in the Visio type libary, show the possible values for the ComplexTextUI property.

Constant Value Description

visRegionalUIOptionsHide

0

Always hides regional UI.

visRegionalUIOptionsShow

1

Always shows regional UI.

The setting of ComplexTextUI is dependent on the settings of three other properties of the ApplicationSettings object, all new for Microsoft Office Visio 2007: ApplicationSettings.BIDITextUI, ApplicationSettings.KashidaTextUI, and ApplicationSettings.SATextUI. If any of these properties is set to visRegionalUIOptionsShow, ComplexTextUI is set to that value as well.

ms428089.vs_note(en-us,office.12).gif  Note
In Microsoft Office Visio 2003, the ComplexTextUI property was read/write, and the property setting corresponded to an option on the Regional tab of the Options dialog box. In Visio 2007, you can determine current language settings by getting the value of the Application.LanguageSettings property. Or, you can change language settings in the Microsoft Office Language Settings 2007 dialog box. (Click Start, point to All Programs, point to Microsoft Office, point to Microsoft Office Tools, and then click Microsoft Office 2007 Language Settings.

See Also