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 값 중 하나가 아닌 경우

적용 대상