Label.LiveSetting 屬性

定義

表示用戶端應用來通知使用者此即時區域相關變更時的禮貌程度。

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

屬性值

通知的有節性層級。 其預設值為 Off

實作

屬性

例外狀況

所指派的值不是其中一個 AutomationLiveSetting 值。

適用於