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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.