Sets the Fields that is shown in the quick search by default

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

Syntax

C#
public void SetSearchField(
	string fieldKey
)
Visual Basic
Public Sub SetSearchField ( _
	fieldKey As String _
)
JScript
public function SetSearchField(
	fieldKey : String
)

Parameters

fieldKey
Type: System..::..String
The key of the AwxListField to set

Remarks

If the key is empty the tooltip is unset

See Also