See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Describes the control to use for a field in a FieldControlSet control.
Namespace: NTier.AppWizard.ModelAssembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
Syntax
C# |
---|
public enum AppWizardFieldType |
Visual Basic |
---|
Public Enumeration AppWizardFieldType |
Visual C++ |
---|
public enum class AppWizardFieldType |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
TextBox | 1 | ||
CheckBox | 2 | ||
RadioButton | 3 | ||
NumericUpDown | 4 | ||
DateTimePicker | 5 | ||
ComboBox | 6 | ||
LookupControl | 7 | ||
Grid | 8 |