RichTextBox.LanguageOption 属性

定义

获取或设置一个值,该值指示输入法编辑器 (IME) 和亚洲语言支持的 RichTextBox 设置。

public:
 property System::Windows::Forms::RichTextBoxLanguageOptions LanguageOption { System::Windows::Forms::RichTextBoxLanguageOptions get(); void set(System::Windows::Forms::RichTextBoxLanguageOptions value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.RichTextBoxLanguageOptions LanguageOption { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.LanguageOption : System.Windows.Forms.RichTextBoxLanguageOptions with get, set
Public Property LanguageOption As RichTextBoxLanguageOptions

属性值

RichTextBoxLanguageOptions 值之一。 默认值为 AutoFontSizeAdjust

属性

适用于