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

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

Syntax

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

Property Value

The description 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