System.Windows.Forms.Design.ToolStripItemDesignerAvailability Enumeration

Specifies controls that are visible in the designer.

Syntax

[System.Flags]
public enum ToolStripItemDesignerAvailability

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
All

Specifies that all controls are visible.

ContextMenuStrip

Specifies that System.Windows.Forms.ContextMenuStrip is visible.

MenuStrip

Specifies that System.Windows.Forms.MenuStrip is visible.

None

Specifies that no controls are visible.

StatusStrip

Specifies that System.Windows.Forms.StatusStrip is visible.

ToolStrip

Specifies that System.Windows.Forms.ToolStrip is visible.

Requirements

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