ActiveReports 12
AccessibleRole Property (GroupEditor)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.GroupEditor Namespace > GroupEditor Class : AccessibleRole Property
Gets or sets the accessible role of the control
Syntax
'Declaration
 
Public Property AccessibleRole As AccessibleRole
public AccessibleRole AccessibleRole {get; set;}

Property Value

One of the values of System.Windows.Forms.AccessibleRole. The default is Default.
Exceptions
ExceptionDescription
The value assigned is not one of the System.Windows.Forms.AccessibleRole values.
See Also

Reference

GroupEditor Class
GroupEditor Members