AccountListAccountPickerMulti Method
Displays a dialog allowing the user to select 1 or more accounts.
Namespace: T4.APIAssembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
public List<Account> AccountPickerMulti(
ref List<Account> poDefault
)
Public Function AccountPickerMulti (
ByRef poDefault As List(Of Account)
) As List(Of Account)
- poDefault ListAccount
- List containing the default accounts to select, or Nothing for none.
ListAccountA list containing the accounts the user selected, or the default list specified.