RichTextBox.LanguageOption Propiedad

Definición

Obtiene o establece un valor que indica los valores de configuración de RichTextBox para la compatibilidad con el Editor de métodos de entrada (IME) y el idioma asiático.

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 valores de RichTextBoxLanguageOptions. De manera predeterminada, es AutoFontSizeAdjust.

Atributos

Se aplica a