Tooltip in Windows Forms Rating Control (Rating)

29 Apr 20211 minute to read

By enabling ShowTooltip property, Tooltip is set to Rating control. The Tooltip appearance can be customized at the end-user level.

ToolTip

this.ratingControl1.ShowTooltip = true;
Me.ratingControl1.ShowTooltip = True