dbicCalendar Send comments on this topic.
AccessibleName Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : AccessibleName Property

Gets or sets the name of the control used by accessibility client applications.

Syntax

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

Property Value

The name of the control used by accessibility client applications. The default is a null reference (Nothing in Visual Basic).

Requirements

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

See Also