Share via


AsianTextUI Property [Visio 2003 SDK Documentation]

Determines whether Asian text is displayed in the Microsoft Office Visio user interface.

retVal = object.AsianTextUI

object.AsianTextUI = newVal

retVal    VisRegionalUIOptions. Returns the current visibility status of Asian text.

object    Required. An expression that returns an ApplicationSettings object.

newVal    Required VisRegionalUIOptions. Sets the visibility status of Asian text.

Version added

2003

Remarks

Setting the AsianTextUI property is equivalent to setting the Asian text option on the Regional tab of the Options dialog box (Tools menu).

The following VisRegionalUIOptions constants, which are declared in the Visio type libary, show the possible values for the AsianTextUI property. If the AsianTextUI property is set to visRegionalUIOptionsUseSystemSettings, Visio shows or hides Asian text depending on settings for the Regional and Language Options item (Control Panel).

Constant Value Description

visRegionalUIOptionsHide

0

Always hides regional UI.

visRegionalUIOptionsShow

1

Always shows regional UI

visRegionalUIOptionsUseSystemSettings

65535

Uses system settings to determine visibility status of regional UI.

Applies to | ApplicationSettings object

See Also | ComplexTextUI property | KanaFindAndReplace property