This enumeration lists all kinds of accessible objects that can
be directly assigned to a window.
Declaration Syntax
C# |
public enum AccessibleObjectID
Members
Member | Description |
---|---|
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.
|