ActivityDesignerAccessibleObject::State Property

 

Gets the accessible state of the current ActivityDesignerAccessibleObject.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

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

Property Value

Type: System.Windows.Forms::AccessibleStates

A combination of AccessibleStates values.

State has the following possible values:

Selected, Selectable, MultiSelectable, Focused, Focusable, ReadOnly, Moveable, and Invisible.

.NET Framework
Available since 3.0
Return to top
Show: