KanaFindAndReplace Property [Visio 2003 SDK Documentation]
Determines whether additional options specific to Japanese in the Find and Replace dialog boxes are available.
retVal = object.KanaFindAndReplace
object.KanaFindAndReplace = newVal
retVal VisRegionalUIOptions. Returns the availablity of Japanese-specific options in the Find and Replace dialog boxes.
object Required. An expression that returns an ApplicationSettings object.
newVal Required VisRegionalUIOptions. Sets the availability of Japanese-specific options in the Find and Replace dialog boxes.
Version added
2003
Remarks
Setting the KanaFindAndReplace property is equivalent to setting the Kana find and replace option on the Regional tab in the Options dialog box (Tools menu).
The following VisRegionalUIOptions constants, which are declared in the Visio type libary, show the possible values for the KanaFindAndReplace property. If the KanaFindAndReplace property is set to visRegionalUIOptionsUseSystemSettings, Visio shows or hides Japanese-specific options in the Find and Replace dialog boxes depending on the 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 | AsianTextUI property | ComplexTextUI property