2 references to WS_TABSTOP
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
1436
cp.Style |= (int)WINDOW_STYLE.
WS_TABSTOP
;
3167
SetWindowStyle((int)WINDOW_STYLE.
WS_TABSTOP
, value);