ShapeElement.AccessibilityObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the AccessibleObject assigned to the element
public:
virtual property System::Windows::Forms::AccessibleObject ^ AccessibilityObject { System::Windows::Forms::AccessibleObject ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public virtual System.Windows.Forms.AccessibleObject AccessibilityObject { get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
member this.AccessibilityObject : System.Windows.Forms.AccessibleObject
Public Overridable ReadOnly Property AccessibilityObject As AccessibleObject
Property Value
- Attributes