10 references to Visible
System.Windows.Forms (10)
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
77
return GripStyle == ToolStripGripStyle.
Visible
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (9)
42
private ToolStripGripStyle _toolStripGripStyle = ToolStripGripStyle.
Visible
;
731
if ((LayoutEngine is ToolStripSplitStackLayout) && (GripStyle == ToolStripGripStyle.
Visible
))
787
Visible = _toolStripGripStyle == ToolStripGripStyle.
Visible
,
799
[DefaultValue(ToolStripGripStyle.
Visible
)]
813
Grip.Visible = _toolStripGripStyle == ToolStripGripStyle.
Visible
;
854
return (GripStyle == ToolStripGripStyle.
Visible
) ? Grip.Bounds : Rectangle.Empty;
2312
if (toolStrip.GripStyle == ToolStripGripStyle.
Visible
)
2370
if (toolStrip.GripStyle == ToolStripGripStyle.
Visible
)
4244
if (GripStyle == ToolStripGripStyle.
Visible
)