ApplicationSettings.KanaFindAndReplace property (Visio)
Gets whether additional options specific to Japanese in the Find and Replace dialog boxes are available. Read-only.
Syntax
expression.KanaFindAndReplace
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 KanaFindAndReplace property.
Constant | Value | Description |
---|---|---|
visRegionalUIOptionsHide | 0 | Always hides regional UI. |
visRegionalUIOptionsShow | 1 | Always shows regional UI. |
Note
In Microsoft Office Visio 2003, the KanaFindAndReplace property was read/write, and the property setting corresponded to an option on the Regional tab of the Options dialog box. In Microsoft Office Visio 2007, 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 Settings 2007 dialog box. (Click Start, point to All Programs, point to Microsoft Office, point to Microsoft Office Tools, and then click Microsoft Office 2007 Language Settings.
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.