Ribbon for WinForms
SetToolTip メソッド (C1Ribbon)

C1.Win.Ribbon.4.8 アセンブリ > C1.Win.Ribbon 名前空間 > C1Ribbon クラス : SetToolTip メソッド
Control that will be associated with the rich tooltip.
String containing Html text to be displayed in the tooltip.
Associates a rich tooltip with a control.
シンタックス
'宣言
 
Public Sub SetToolTip( _
   ByVal control As Control, _
   ByVal text As String _
) 
public void SetToolTip( 
   Control control,
   string text
)

パラメータ

control
Control that will be associated with the rich tooltip.
text
String containing Html text to be displayed in the tooltip.
解説
Use the C1.Framework.XView built-in tooltip instead of the regular System.Windows.Forms.ToolTip component in order to provide a consistent look between the tooltips associated with XView elements and other controls on your form.
参照

C1Ribbon クラス
C1Ribbon メンバ