ToolStripControlHost::SetVisibleCore Method (Boolean)

 

Sets the ToolStripItem to the specified visible state.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void SetVisibleCore(
	bool visible
) override

Parameters

visible
Type: System::Boolean

true to make the ToolStripItem visible; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: