RichTextBox.LanguageOption プロパティ

定義

IME (Input Method Editor) およびアジア言語のサポートに関する 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

RichTextBoxLanguageOptions 値のいずれか 1 つ。 既定値は、AutoFontSizeAdjust です。

属性

適用対象