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

RichTextBoxLanguageOptions 값 중 하나입니다. 기본값은 AutoFontSizeAdjust입니다.

특성

적용 대상