8 references to RButton
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
2547
if (PInvoke.GetKeyState((int)Keys.
RButton
) < 0)
System.Windows.Forms.Tests (7)
System\Windows\Forms\ControlTests.Methods.cs (3)
4379
yield return new object[] { Keys.
RButton
, false };
4409
yield return new object[] { Keys.Control | Keys.
RButton
, false };
4439
yield return new object[] { Keys.Alt | Keys.
RButton
, false };
System\Windows\Forms\ControlTests.Properties.cs (1)
9279
keyState[(int)Keys.
RButton
] = rState;
System\Windows\Forms\TabControlTests.cs (3)
4014
yield return new object[] { Keys.
RButton
, false };
4039
yield return new object[] { Keys.Control | Keys.
RButton
, false };
4068
yield return new object[] { Keys.Alt | Keys.
RButton
, false };