Label.LiveSetting Propiedad

Definición

Indica el nivel de cortesía que debe usar un cliente para notificar al usuario los cambios en la región activa.

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

Valor de propiedad

Nivel de cortesía para las notificaciones. Su valor predeterminado es Off.

Implementaciones

Atributos

Excepciones

El valor asignado no es uno de los valores de AutomationLiveSetting.

Se aplica a