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