'Declaration
Public Enum ValidationType Inherits System.Enum
'Usage
Dim instance As ValidationType
public enum ValidationType : System.Enum
'Declaration
Public Enum ValidationType Inherits System.Enum
'Usage
Dim instance As ValidationType
public enum ValidationType : System.Enum
Member | Description |
---|---|
Directory | Guides the user in selection of an existing directory. |
MaskedEdit | Interprets the Validation data as a Mask for the Windows MaskedTextBox control. |
None | None - only data type valiation is performed |
OpenFile | Guides the user in selection of an input file. |
Range | Interprets the Validation data as a comma separated list of a lower and upper bound. |
Regex | Interprets the Validation data a a regular expression which the input must match. |
SaveFile | Guides the user in selection of an output file. |
Select | Interprets the Validation data as a comma separated list of valid values. These values are presented in a combobox. |
System.Object
System.ValueType
System.Enum
MVPSI.JAMS.ValidationType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2