2 references to TBSTATE_ENABLED
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolBarButton.cs (2)
592
if (enabled) button.fsState |= NativeMethods.
TBSTATE_ENABLED
;
652
if (enabled) button.fsState |= NativeMethods.
TBSTATE_ENABLED
;