DomainUpDown.DomainUpDownAccessibleObject.Name Property

Definition

Gets or sets the name of the control that the accessible object describes.

public:
 virtual property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public override string Name { get; set; }
member this.Name : string with get, set
Public Overrides Property Name As String

Property Value

The name of the control that the accessible object describes.

Remarks

To get the accessibility improvements introduced with .NET Framework 4.7.1, applications need to be running on .NET Framework 4.7.1 or a later version and do one of the following:

  • Recompile the application to target .NET Framework 4.7.1.

  • Opt in to the .NET Framework accessibility enhancements by using an AppCompat switch.

For more information, see Accessibility improvements in Windows Forms controls.

Applies to