RichTextBox.LanguageOption Propiedad

Definición

Obtiene o establece un valor que indica la configuración del Editor de métodos de entrada (IME) y la compatibilidad con idiomas asiáticos 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

Valor de propiedad

Uno de los RichTextBoxLanguageOptions valores. El valor predeterminado es AutoFontSizeAdjust.

Atributos

Se aplica a