dbicDayView Send comments on this topic.
AccessibleRole Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : AccessibleRole Property

Gets or sets the accessible role of the control

Syntax

Visual Basic (Declaration) 
Public Property AccessibleRole As AccessibleRole
C# 
public AccessibleRole AccessibleRole {get; set;}

Property Value

One of the values of System.Windows.Forms.AccessibleRole. The default is Default.

Exceptions

ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe value assigned is not one of the System.Windows.Forms.AccessibleRole values.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also