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

プロパティ値

AutomationLiveSetting

通知の丁寧度レベル。 既定値は Off です。

実装

属性

例外

代入された値が、AutomationLiveSetting 値ではありません。

適用対象