ToolStripItemDesignerAvailability Enum
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.
Specifies controls that are visible in the designer.
This enumeration supports a bitwise combination of its member values.
public enum class ToolStripItemDesignerAvailability
[System.Flags]
public enum ToolStripItemDesignerAvailability
[<System.Flags>]
type ToolStripItemDesignerAvailability =
Public Enum ToolStripItemDesignerAvailability
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies that no controls are visible. |
ToolStrip | 1 | Specifies that ToolStrip is visible. |
MenuStrip | 2 | Specifies that MenuStrip is visible. |
ContextMenuStrip | 4 | Specifies that ContextMenuStrip is visible. |
StatusStrip | 8 | Specifies that StatusStrip is visible. |
All | 15 | Specifies that all controls are visible. |
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.