ComplexTextUI Property [Visio 2003 SDK Documentation]
Determines whether complex text is displayed in the Microsoft Office Visio user interface.
retVal = object.ComplexTextUI
object.ComplexTextUI = newVal
retVal VisRegionalUIOptions. Returns the current visibility status of complex text.
object Required. An expression that returns an ApplicationSettings object.
newVal Required VisRegionalUIOptions. Sets the visibility status of complex text.
Version added
2003
Remarks
Setting the ComplexTextUI property is equivalent to setting the Complex 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 ComplexTextUI property. If the ComplexTextUI property is set to visRegionalUIOptionsUseSystemSettings, Visio shows or hides complex text depending on settings in 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 | AsianTextUI property | KanaFindAndReplace property