Managed Windows API
AccessibleObjectID Enumeration
NamespacesManagedWinapi.AccessibilityAccessibleObjectID
This enumeration lists all kinds of accessible objects that can be directly assigned to a window.
Declaration Syntax
C#
public enum AccessibleObjectID
Members
MemberDescription
OBJID_WINDOW
The window itself.

OBJID_SYSMENU
The system menu.

OBJID_TITLEBAR
The title bar.

OBJID_MENU
The menu.

OBJID_CLIENT
The client area.

OBJID_VSCROLL
The vertical scroll bar.

OBJID_HSCROLL
The horizontal scroll bar.

OBJID_SIZEGRIP
The size grip (part in the lower right corner that makes resizing the window easier).

OBJID_CARET
The caret (text cursor).

OBJID_CURSOR
The mouse cursor. There is only one mouse cursor and it is not assigned to any window.

OBJID_ALERT
An alert window.

OBJID_SOUND
A sound this window is playing.

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)