Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (26 loc) · 1.85 KB

applicationsettings-complextextui-property-visio.md

File metadata and controls

45 lines (26 loc) · 1.85 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
ApplicationSettings.ComplexTextUI Property (Visio)
vis_sdr.chm16251895
vis_sdr.chm16251895
visio
Visio.ApplicationSettings.ComplexTextUI
b4ea05ad-ef40-6886-de68-c9bfb6826a88
06/08/2017

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