ToolStrip.SetVisibleCore(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.