ActivityDesignerAccessibleObject::Role Property

 

Gets the role of the current ActivityDesignerAccessibleObject.

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, or None if no role has been specified.

A graphical image used to diagram data can be obtained using the Diagram member of AccessibleRole.

.NET Framework
Available since 3.0
Return to top
Show: