DesignSurfaceAccessibleObject Class
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.
The accessible object for the DiagramClientView
public ref class DesignSurfaceAccessibleObject : System::Windows::Forms::Control::ControlAccessibleObject
public class DesignSurfaceAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
type DesignSurfaceAccessibleObject = class
inherit Control.ControlAccessibleObject
Public Class DesignSurfaceAccessibleObject
Inherits Control.ControlAccessibleObject
- Inheritance
-
DesignSurfaceAccessibleObject
Constructors
DesignSurfaceAccessibleObject(DiagramClientView) |
Initializes a new instance of the DesignSurfaceAccessibleObject class. |
Properties
Bounds |
Gets the location and size of this accessible object in screen coordinates. |
Name |
Gets the object name. (The setter does nothing.) |
Parent |
Gets the parent of an accessible object. |
Role |
Gets the role of this accessible object. |
Methods
GetChild(Int32) |
Retrieves the accessible child corresponding to the specified index. |
GetChildCount() |
Retrieves the number of children belonging to this accessible object. |
Navigate(AccessibleNavigation) |
Navigates to another accessible object. |