CTLBLDTYPE 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 a builder type.
public enum class CTLBLDTYPE
public enum class CTLBLDTYPE
enum CTLBLDTYPE
public enum CTLBLDTYPE
type CTLBLDTYPE =
Public Enum CTLBLDTYPE
- Inheritance
-
CTLBLDTYPE
Fields
Name | Value | Description |
---|---|---|
CTLBLDTYPE_FSTDPROPBUILDER | 1 | Invoke a standard system builder (not supported in Visual Studio). |
CTLBLDTYPE_FINTERNALBUILDER | 2 | Invoke a custom builder. |
CTLBLDTYPE_FEDITSOBJDIRECTLY | 4 | Builder modifies the object. This is common behavior. |