Base:
property
Visible
System.Windows.Forms.ArrangedElement.Visible
15 references to Visible
System.Windows.Forms (15)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (2)
458
if (currentCell.
Visible
)
555
if (currentCell.
Visible
)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (5)
183
if (!cell.
Visible
&& !cell.ControlInDesignMode)
252
if (!cell.
Visible
&& !cell.ControlInDesignMode)
317
if (!cell.
Visible
&& !cell.ControlInDesignMode)
361
if (cell.
Visible
)
407
if (!cell.
Visible
&& !cell.ControlInDesignMode)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowManager.cs (3)
75
if (cell.
Visible
)
91
if ((cell.
Visible
|| (Row.ToolStripPanel.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == Row)
102
if ((cell.
Visible
|| (Row.ToolStripPanel.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == Row)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (5)
185
if (!cell.
Visible
&& !cell.ControlInDesignMode)
254
if (!cell.
Visible
&& !cell.ControlInDesignMode)
312
if (!cell.
Visible
&& !cell.ControlInDesignMode)
413
if (!cell.
Visible
&& !cell.ControlInDesignMode)
571
if (cell.
Visible
)