Version

ToolTipFormat Property

Returns/sets a tooltip format that will be used for the image. {0} will display the value (selected or hovered). {1} will display the Average value property. {2} will display the VoteCount value property. {3} will display the Minimum value property. {4} will display the Maximum value property. {5} will display the the number of items.
Syntax
'Declaration
 
Public Overridable Property ToolTipFormat As String
public virtual string ToolTipFormat {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also