3 references to BM_SETSTATE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonBase.cs (3)
1080
SendMessage(NativeMethods.
BM_SETSTATE
, 1, 0);
1107
SendMessage(NativeMethods.
BM_SETSTATE
, 0, 0);
1284
case NativeMethods.
BM_SETSTATE
: