AllowAccessibility
This property determines whether to allow extraction of text or images in support of accessibility to disabled users.
Syntax
[VC++]
BOOL GetAllowAccessibility();
void SetAllowAccessibility(BOOL bNewValue);
[C#]
public abstract new bool AllowAccessibility [ get, set ]
[VB]
Property AllowAccessibility As Boolean