WorkflowViewAccessibleObject::Role Property

 

Gets the role of the accessible object.

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

public:
property AccessibleRole Role {
	virtual AccessibleRole get() override;
}

Property Value

Type: System.Windows.Forms::AccessibleRole

One of the AccessibleRole values. None is returned if no role has been specified

.NET Framework
Available since 3.0
Return to top
Show: