2 references to BS_RIGHTBUTTON
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CheckBox.cs (1)
330
cp.Style |= NativeMethods.
BS_RIGHTBUTTON
;
winforms\Managed\System\WinForms\RadioButton.cs (1)
280
cp.Style |= NativeMethods.
BS_RIGHTBUTTON
;