IViewTableMethodsSetFieldSuggest Method
Set a command for when the field suggestion is launched.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void SetFieldSuggest(
string fieldName,
ICommand command
)
Sub SetFieldSuggest (
fieldName As String,
command As ICommand
)
Parameters
- fieldName String
- Field name to set.
- command ICommand
- ICommand with the command.