SubfieldAccessibleObject Class

 

Summary description for SubfieldAccessibleObject.

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

System::Object
  System::MarshalByRefObject
    System.Runtime.InteropServices::StandardOleMarshalObject
      System.Windows.Forms::AccessibleObject
        Microsoft.VisualStudio.Modeling.Diagrams::SubfieldAccessibleObject

public ref class SubfieldAccessibleObject : AccessibleObject

NameDescription
System_CAPS_pubmethodSubfieldAccessibleObject(ShapeElement^, ShapeField^, ShapeSubField^, DiagramClientView^)

Initializes a new instance of the SubfieldAccessibleObject class.

NameDescription
System_CAPS_pubpropertyBounds

Gets the location and size of the accessible object.(Overrides AccessibleObject::Bounds.)

System_CAPS_pubpropertyDefaultAction

Gets a string that describes the default action of the object. Not all objects have a default action.(Overrides AccessibleObject::DefaultAction.)

System_CAPS_pubpropertyDescription

Gets a string that describes the visual appearance of the specified object. Not all objects have a description.(Overrides AccessibleObject::Description.)

System_CAPS_pubpropertyHelp

Gets a description of what the object does or how the object is used.(Overrides AccessibleObject::Help.)

System_CAPS_pubpropertyKeyboardShortcut

Gets the shortcut key or access key for the accessible object.(Overrides AccessibleObject::KeyboardShortcut.)

System_CAPS_pubpropertyName

Gets or sets the object name.(Overrides AccessibleObject::Name.)

System_CAPS_pubpropertyParent

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

System_CAPS_pubpropertyRole

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

System_CAPS_pubpropertyState

Gets the state of this accessible object.(Overrides AccessibleObject::State.)

System_CAPS_pubpropertyValue

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDoDefaultAction()

Performs the default action associated with this accessible object.(Overrides AccessibleObject::DoDefaultAction().)

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 an accessible object.(Overrides AccessibleObject::GetChildCount().)

System_CAPS_pubmethodGetFocused()

(Inherited from AccessibleObject.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetHelpTopic(String^)

Gets an identifier for a Help topic identifier and the path to the Help file associated with this accessible object.(Overrides AccessibleObject::GetHelpTopic(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_pubmethodSelect(AccessibleSelection)

Modifies the selection or moves the keyboard focus of the accessible object.(Overrides AccessibleObject::Select(AccessibleSelection).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: