1 write to visible
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
451visible = value;
4 references to visible
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolBarButton.cs (4)
447return visible; 450if (visible != value) { 595if (!visible) button.fsState |= NativeMethods.TBSTATE_HIDDEN; 655if (!visible) button.fsState |= NativeMethods.TBSTATE_HIDDEN;