DateTimePicker::DateTimePickerAccessibleObject::State Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the state of the accessible object.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property AccessibleStates State {
	virtual AccessibleStates get() override;
}

Property Value

Type: System.Windows.Forms::AccessibleStates

One of the AccessibleStates values indicating the state of the DateTimePicker::DateTimePickerAccessibleObject.

State will return AccessibleStates::Checked if the ShowCheckBox and Checked properties are true.

.NET Framework
Available since 1.1
Return to top
Show: