ActionsPane.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 that is assigned to the actions pane.
public:
property System::Windows::Forms::AccessibleObject ^ AccessibilityObject { System::Windows::Forms::AccessibleObject ^ get(); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.AccessibleObject AccessibilityObject { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.AccessibilityObject : System.Windows.Forms.AccessibleObject
Public ReadOnly Property AccessibilityObject As AccessibleObject
Property Value
The AccessibleObject that is assigned to the actions pane.
- Attributes
Remarks
This property provides the same functionality as the System.Windows.Forms.Control.AccessibilityObject property. For more information about using this property, see System.Windows.Forms.Control.AccessibilityObject.