ToolStripItem::Available Property
.NET Framework (current version)
Gets or sets a value indicating whether the ToolStripItem should be placed on a ToolStrip.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property bool Available { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the ToolStripItem is placed on a ToolStrip; otherwise, false.
The Available property is different from the Visible property in that Available indicates whether the ToolStripItem is shown, while Visible indicates whether the ToolStripItem and its parent are shown. Setting either Available or Visible to true or false sets the other property to true or false.
.NET Framework
Available since 2.0
Available since 2.0
Show: