ToolStrip.SetVisibleCore(Boolean) Method

Definition

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

protected:
 override void SetVisibleCore(bool visible);
protected override void SetVisibleCore (bool visible);
override this.SetVisibleCore : bool -> unit
Protected Overrides Sub SetVisibleCore (visible As Boolean)

Parameters

visible
Boolean

true if the ToolStripItem is visible; otherwise, false.

Remarks

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

Applies to