CTLBLDTYPE Enum
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
C++/CX
public enum class CTLBLDTYPE
enum CTLBLDTYPE
public enum CTLBLDTYPE
type CTLBLDTYPE =
Public Enum CTLBLDTYPE
- Inheritance
-
CTLBLDTYPE
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. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |