Click or drag to resize

HitTest Enumeration

Hit test values for the NcHitTestEventArgs

Namespace: TomsToolbox.Wpf.Interactivity
Assembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
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
Transparent-1See 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
Error-2See documentation of WM_NCHITTEST
Close20See documentation of WM_NCHITTEST
Help21See documentation of WM_NCHITTEST
See Also