2 references to TBSTATE_CHECKED
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBarButton.cs (2)
594
if (pushed) button.fsState |= NativeMethods.
TBSTATE_CHECKED
;
654
if (pushed) button.fsState |= NativeMethods.
TBSTATE_CHECKED
;