📚 SAP Business One SDK Help

IsAutoFill Property
See Also 

Description

When you bind the choose-from list to a GUI item by assigning the ChooseFromListUID property, you can set IsAutoFill to true to automatically fill in the selected value of the user-added choose-from list.

Property type

Read-write property

Syntax

Visual Basic
Public Property IsAutoFill() As Boolean

Remarks

Only the following 4 GUI item types are supported: Button, Column, ColumnEditText, and EditText.

See Also