RadioButton.RadioButtonAccessibleObject.State 속성

정의

컨트롤의 상태를 가져옵니다 RadioButton .

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 virtual property System::Windows::Forms::AccessibleStates State { System::Windows::Forms::AccessibleStates get(); };
public override System.Windows.Forms.AccessibleStates State { get; }
member this.State : System.Windows.Forms.AccessibleStates
Public Overrides ReadOnly Property State As AccessibleStates

속성 값

속성이 Checked true로 설정되면 .를 반환합니다 Checked.

적용 대상