3 references to SB_RIGHT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ScrollableControl.cs (2)
1285
NativeMethods.Util.MAKELPARAM((RightToLeft == RightToLeft.Yes) ? NativeMethods.
SB_RIGHT
: NativeMethods.SB_LEFT,0), 0);
1439
case NativeMethods.
SB_RIGHT
:
winforms\Managed\System\WinForms\ScrollEventType.cs (1)
113
Last = NativeMethods.
SB_RIGHT
,