Sets the columns that is shown in the ToolTip by default

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Parameters

columnKey
Type: System..::..String
The key of the GdxColumn to set

Remarks

If the key is empty the ToolTip is unset

See Also