NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichControl.IsAccessible

Indicates whether or not this control is an accessible control i.e. whether it should be visible to accessibility applications.

[Visual Basic]
Public Property IsAccessible As Boolean
[C#]
public bool IsAccessible {get; set;}
[C++]
public: __property bool get_IsAccessible();
public: __property void set_IsAccessible(bool);
[JScript]
public function get IsAccessible() : Boolean;
public function set IsAccessible(Boolean);

See Also

RichControl Class | RichControl Members | System.WinForms Namespace