Control::IsAccessible Property
.NET Framework (current version)
Gets or sets a value indicating whether the control is visible to accessibility applications.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property bool IsAccessible { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the control is visible to accessibility applications; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: