1 write to style
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
362style = value;
7 references to style
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolBarButton.cs (7)
354return style; 361if (style == value) return; 593if (partialPush && style == ToolBarButtonStyle.ToggleButton) button.fsState |= NativeMethods.TBSTATE_INDETERMINATE; 599switch (style) { 653if (partialPush && style == ToolBarButtonStyle.ToggleButton) button.fsState |= NativeMethods.TBSTATE_INDETERMINATE; 659switch (style) { 749if (style == ToolBarButtonStyle.DropDownButton && parent != null && parent.DropDownArrows) {