ControlDesigner::ControlDesignerAccessibleObject::Role Property

 

Gets the role of this accessible object.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.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.

.NET Framework
Available since 1.1
Return to top
Show: