System.Windows.Forms.ToolStrip.SetVisibleCore Method

Retrieves a value that sets the System.Windows.Forms.ToolStripItem to the specified visibility state.

Syntax

protected override void SetVisibleCore (bool visible)

Parameters

visible
true if the System.Windows.Forms.ToolStripItem is visible; otherwise, false.

Remarks

You would typically override this method to change the visibility behavior of the control.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0