clsImportUserDefinedFieldComboboxUDF Property
|
Flag to set the user defined field as combobox field.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic bool ComboboxUDF { get; set; }Public Property ComboboxUDF As Boolean
Get
Set
Property Value
Type:
BooleanSet defined field as combobox.
Return Value
Type:
BooleanIs the defined field a combobox?
RemarksIf this check box is selected, you can define a value list or SQL query whose values are listed and are shown to the user.
See Also