Size Grip (MSAA UI Element Reference)
The size grip is a special mouse pointer in the lower-right corner of a window that allows a user to click and drag the size grip to resize the window.
IAccessible Methods
The size grip supports the following IAccessible methods:
IAccessible Properties
The size grip supports the following IAccessible properties:
Property | Comments |
---|---|
get_accDescription | The Description property is "Can be used to resize a window's width and height". |
get_accName | The Name property is "Size box". |
get_accParent | The window that contains the size grip. |
get_accRole | The Role property is ROLE_SYSTEM_GRIP. |
get_accState | The value for the State property is zero, which means the object is visible, or STATE_SYSTEM_INVISIBLE. |
Related topics