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

속성 값

AccessibleStates

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

적용 대상