NativeControlTypeKind 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.
Represents the kinds of native control values.
public enum class NativeControlTypeKind
public enum NativeControlTypeKind
type NativeControlTypeKind =
Public Enum NativeControlTypeKind
- Inheritance
-
NativeControlTypeKind
Fields
Name | Value | Description |
---|---|---|
AsInteger | 0 | Treat the value as an integer. |
AsString | 1 | Treat the value as a string. |