dbicMonth Send comments on this topic.
AccessibleName Property
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth 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