Sets the field that is shown in the tooltip by default

Namespace: Ico.Awx.List
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void SetToolTipField(
	AwxListField field
)
Visual Basic
Public Sub SetToolTipField ( _
	field As AwxListField _
)
JScript
public function SetToolTipField(
	field : AwxListField
)

Parameters

field
Type: Ico.Awx.List..::..AwxListField
The AwxListField to set

Remarks

If the field is null the tooltip is unset

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException The field must be contained in the Fields list of the grid

See Also