ControlContainerType 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.
Indicates what type of container a control container is.
public enum ControlContainerType
type ControlContainerType =
Public Enum ControlContainerType
- Inheritance
-
ControlContainerType
Fields
Name | Value | Description |
---|---|---|
Menu | 0 | Indicates that a control container is a menu. |
Toolbar | 1 | Indicates that a control container is a toolbar. |