FuriganaControl Property

See Also                 

Language-specific information

You can use the FuriganaControl property to indicate a target control and automatically create furigana for text entered in a text box.

Settings

The setting value is the name of the control for entering Furigana.

You can set this property by using the property sheet, a macro, or Visual Basic.

Remarks

If the FuriganaControl property is set in the control, furigana will automatically be created, and can be displayed in a separately designated control. Only if a control name in the same form is set with the FuriganaControl property will the form run properly when executed. If text is entered in a control other than the designated control name in the same form, an error will occur. The type of furigana characters is determined by the IMEMode/KanjiConversionMode property settings in the control.

Note   If you enter text in the target control, the furigana of the newly entered text is automatically added to the end of the designated target control content. Even if the text of the target control is revised or deleted, the characters before the change in the target control will not be revised or deleted. Changing the content of the target control revises the text in the Furigana control as necessary. The FuriganaControl property will not run if text is pasted into the target control.