Click or drag to resize

HitTest Enumeration

Hit test values for the NcHitTestEventArgs

Namespace:  TomsToolbox.Wpf.Interactivity
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public enum HitTest
Members
  Member nameValueDescription
Nowhere0See documentation of WM_NCHITTEST
Client1See documentation of WM_NCHITTEST
Caption2See documentation of WM_NCHITTEST
SysMenu3See documentation of WM_NCHITTEST
GrowBox4See documentation of WM_NCHITTEST
Size4See documentation of WM_NCHITTEST
Menu5See documentation of WM_NCHITTEST
HScroll6See documentation of WM_NCHITTEST
VScroll7See documentation of WM_NCHITTEST
MinButton8See documentation of WM_NCHITTEST
MaxButton9See documentation of WM_NCHITTEST
Left10See documentation of WM_NCHITTEST
Right11See documentation of WM_NCHITTEST
Top12See documentation of WM_NCHITTEST
TopLeft13See documentation of WM_NCHITTEST
TopRight14See documentation of WM_NCHITTEST
Bottom15See documentation of WM_NCHITTEST
BottomLeft16See documentation of WM_NCHITTEST
BottomRight17See documentation of WM_NCHITTEST
Border18See documentation of WM_NCHITTEST
Object19See documentation of WM_NCHITTEST
Close20See documentation of WM_NCHITTEST
Help21See documentation of WM_NCHITTEST
Error-2See documentation of WM_NCHITTEST
Transparent-1See documentation of WM_NCHITTEST
See Also