RichTextBox::LanguageOption Property

 

Gets or sets a value that indicates RichTextBox settings for Input Method Editor (IME) and Asian language support.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property RichTextBoxLanguageOptions LanguageOption {
	RichTextBoxLanguageOptions get();
	void set(RichTextBoxLanguageOptions value);
}

.NET Framework
Available since 2.0
Return to top
Show: