1 write to toolBarState
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBar.cs (1)
134toolBarState = new System.Collections.Specialized.BitVector32(TOOLBARSTATE_autoSize |
10 references to toolBarState
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ToolBar.cs (10)
194return toolBarState[TOOLBARSTATE_autoSize]; 203toolBarState[TOOLBARSTATE_autoSize] = value; 496return toolBarState[TOOLBARSTATE_divider]; 502toolBarState[TOOLBARSTATE_divider] = value; 572return toolBarState[TOOLBARSTATE_dropDownArrows]; 578toolBarState[TOOLBARSTATE_dropDownArrows] = value; 860return toolBarState[TOOLBARSTATE_showToolTips]; 865toolBarState[TOOLBARSTATE_showToolTips] = value; 959return toolBarState[TOOLBARSTATE_wrappable]; 963toolBarState[TOOLBARSTATE_wrappable] = value;