The key of the list item used as a tooltip

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

Syntax

C#
public string ToolTipKey { get; set; }
Visual Basic
Public Property ToolTipKey As String
	Get
	Set
JScript
function get ToolTipKey () : String
function set ToolTipKey (value : String)

Remarks

The string MUST be a valid Feild Key. Otherwise the ToolTips will be disabled in runtime mode. Given an AwxListField use the GetKey()()()() method to get the related key.

See Also