8 references to RButton
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
2548
if (PInvoke.GetKeyState((int)Keys.
RButton
) < 0)
System.Windows.Forms.Tests (7)
System\Windows\Forms\ControlTests.Methods.cs (3)
4410
yield return new object[] { Keys.
RButton
, false };
4440
yield return new object[] { Keys.Control | Keys.
RButton
, false };
4470
yield return new object[] { Keys.Alt | Keys.
RButton
, false };
System\Windows\Forms\ControlTests.Properties.cs (1)
9277
keyState[(int)Keys.
RButton
] = rState;
System\Windows\Forms\TabControlTests.cs (3)
4012
yield return new object[] { Keys.
RButton
, false };
4037
yield return new object[] { Keys.Control | Keys.
RButton
, false };
4066
yield return new object[] { Keys.Alt | Keys.
RButton
, false };