DesignSurfaceAccessibleObject Class

 

The accessible object for the DiagramClientView

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)


public ref class DesignSurfaceAccessibleObject : Control::ControlAccessibleObject

NameDescription
System_CAPS_pubmethodDesignSurfaceAccessibleObject(DiagramClientView^)

Initializes a new instance of the DesignSurfaceAccessibleObject class.

NameDescription
System_CAPS_pubpropertyBounds

Gets the location and size of this accessible object in screen coordinates.(Overrides AccessibleObject::Bounds.)

System_CAPS_pubpropertyDefaultAction
System_CAPS_pubpropertyDescription
System_CAPS_pubpropertyHandle
System_CAPS_pubpropertyHelp
System_CAPS_pubpropertyKeyboardShortcut
System_CAPS_pubpropertyName

Gets the object name. (The setter does nothing.)(Overrides Control::ControlAccessibleObject::Name.)

System_CAPS_pubpropertyOwner
System_CAPS_pubpropertyParent

Gets the parent of an accessible object.(Overrides Control::ControlAccessibleObject::Parent.)

System_CAPS_pubpropertyRole

Gets the role of this accessible object.(Overrides Control::ControlAccessibleObject::Role.)

System_CAPS_pubpropertyState

(Inherited from AccessibleObject.)

System_CAPS_pubpropertyValue

(Inherited from AccessibleObject.)

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDoDefaultAction()

(Inherited from AccessibleObject.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetChild(Int32)

Retrieves the accessible child corresponding to the specified index.(Overrides AccessibleObject::GetChild(Int32).)

System_CAPS_pubmethodGetChildCount()

Retrieves the number of children belonging to this accessible object.(Overrides AccessibleObject::GetChildCount().)

System_CAPS_pubmethodGetFocused()

(Inherited from AccessibleObject.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetHelpTopic(String^)
System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetSelected()

(Inherited from AccessibleObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodHitTest(Int32, Int32)

(Inherited from AccessibleObject.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodNavigate(AccessibleNavigation)

Navigates to another accessible object.(Overrides AccessibleObject::Navigate(AccessibleNavigation).)

System_CAPS_pubmethodNotifyClients(AccessibleEvents)
System_CAPS_pubmethodNotifyClients(AccessibleEvents, Int32)
System_CAPS_pubmethodNotifyClients(AccessibleEvents, Int32, Int32)
System_CAPS_pubmethodSelect(AccessibleSelection)

(Inherited from AccessibleObject.)

System_CAPS_pubmethodToString()
System_CAPS_protmethodUseStdAccessibleObjects(IntPtr)

(Inherited from AccessibleObject.)

System_CAPS_protmethodUseStdAccessibleObjects(IntPtr, Int32)

(Inherited from AccessibleObject.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: