Label.LiveSetting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the politeness level that a client should use to notify the user of changes to the live region.
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
Property Value
The politeness level for notifications. Its default value is Off.
Implements
- Attributes
Exceptions
The value assigned is not one of the AutomationLiveSetting values.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.