5 writes to fsState
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolBarButton.cs (5)
591
button.
fsState
= 0;
592
if (enabled) button.
fsState
|= NativeMethods.TBSTATE_ENABLED;
593
if (partialPush && style == ToolBarButtonStyle.ToggleButton) button.
fsState
|= NativeMethods.TBSTATE_INDETERMINATE;
594
if (pushed) button.
fsState
|= NativeMethods.TBSTATE_CHECKED;
595
if (!visible) button.
fsState
|= NativeMethods.TBSTATE_HIDDEN;