Base:
property
Description
System.Windows.Forms.AccessibleObject.Description
2 overrides of Description
System.Windows.Forms (2)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarDayOfWeekCellAccessibleObject.cs (1)
37
public override string?
Description
=> null;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarWeekNumberCellAccessibleObject.cs (1)
42
public override string?
Description
=> null;
1 reference to Description
System.Windows.Forms.Tests (1)
System\Windows\Forms\MonthCalendarTests.cs (1)
4375
cellAccessibleObject.
Description
.Should().Be(expected);