ApplicationSettings.ComplexTextUI property (Visio)

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

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 library, 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: ApplicationSettings.BIDITextUI, ApplicationSettings.KashidaTextUI, and ApplicationSettings.SATextUI. If any of these properties is set to visRegionalUIOptionsShow, ComplexTextUI is set to that value as well.

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 Preferences dialog box. (Click Start, point to All Programs, point to Microsoft Office, point to Microsoft Office Tools, and then click Microsoft Office Language Preferences.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.