Size Grip

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.

Supported Properties and Methods

  • accHitTest
    accLocation
    accNavigate
    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.

Events Generated

None

See Also

IAccessible Interface