Click or drag to resize

clsImportUserDefinedFieldComboboxUDF Property

Flag to set the user defined field as combobox field.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool ComboboxUDF { get; set; }

Property Value

Type: Boolean
Set defined field as combobox.

Return Value

Type: Boolean
Is the defined field a combobox?
Remarks

If 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