Control.IsAccessible Property

 

Gets or sets a value indicating whether the control is visible to accessibility applications.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

[<BrowsableAttribute(false)>]
member IsAccessible : bool with get, set

Property Value

Type: System.Boolean

true if the control is visible to accessibility applications; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: