DockPaneStripBaseDockPaneStripAccessibleObject Class

Definition

Namespace: WeifenLuo.WinFormsUI.Docking
Assembly: WeifenLuo.WinFormsUI.Docking (in WeifenLuo.WinFormsUI.Docking.dll) Version: 2.9.0.0 (2.9.0.0)
public class DockPaneStripAccessibleObject : ControlControlAccessibleObject
Inheritance
Object    MarshalByRefObject    StandardOleMarshalObject    AccessibleObject    ControlControlAccessibleObject    DockPaneStripBaseDockPaneStripAccessibleObject

Constructors

Properties

DefaultActionGets a string that describes the default action of the object. Not all objects have a default action.
(Inherited from ControlControlAccessibleObject)
DescriptionGets the description of the ControlControlAccessibleObject.
(Inherited from ControlControlAccessibleObject)
HandleGets or sets the handle of the accessible object.
(Inherited from ControlControlAccessibleObject)
HelpGets the description of what the object does or how the object is used.
(Inherited from ControlControlAccessibleObject)
KeyboardShortcutGets the object shortcut key or access key for an accessible object.
(Inherited from ControlControlAccessibleObject)
NameGets or sets the accessible object name.
(Inherited from ControlControlAccessibleObject)
OwnerGets the owner of the accessible object.
(Inherited from ControlControlAccessibleObject)
ParentGets the parent of an accessible object.
(Inherited from ControlControlAccessibleObject)
Role
(Overrides ControlControlAccessibleObjectRole)

Methods

GetChild
(Overrides AccessibleObjectGetChild(Int32))
GetChildCount
(Overrides AccessibleObjectGetChildCount)
GetHelpTopicGets an identifier for a Help topic and the path to the Help file associated with this accessible object.
(Inherited from ControlControlAccessibleObject)
HitTest
(Overrides AccessibleObjectHitTest(Int32, Int32))
NotifyClients(AccessibleEvents)Notifies accessibility client applications of the specified AccessibleEvents.
(Inherited from ControlControlAccessibleObject)
NotifyClients(AccessibleEvents, Int32)Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control.
(Inherited from ControlControlAccessibleObject)
NotifyClients(AccessibleEvents, Int32, Int32)Notifies the accessibility client applications of the specified AccessibleEvents for the specified child control, giving the identification of the AccessibleObject.
(Inherited from ControlControlAccessibleObject)
RaiseLiveRegionChangedRaises the LiveRegionChanged UI automation event.
(Inherited from ControlControlAccessibleObject)
ToStringReturns a string that represents the current object.
(Inherited from ControlControlAccessibleObject)

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also