Sets the field that is shown in the tooltip by default
Namespace: Ico.Awx.ListAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetSearchField( AwxListField field ) |
Visual Basic |
---|
Public Sub SetSearchField ( _ field As AwxListField _ ) |
JScript |
---|
public function SetSearchField( field : AwxListField ) |
Parameters
- field
- Type: Ico.Awx.List..::..AwxListField
The AwxListField to set
Remarks
If the field is null the tooltip is unset
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | The field must be contained in the Fields list of the grid |