NativeControlTypeKind Enum

Definition

Represents the kinds of native control values.

public enum class NativeControlTypeKind
public enum NativeControlTypeKind
type NativeControlTypeKind = 
Public Enum NativeControlTypeKind
Inheritance
NativeControlTypeKind

Fields

AsInteger 0

Treat the value as an integer.

AsString 1

Treat the value as a string.

Applies to