Ribbon for WinForms
SetToolTip(Control,String) メソッド

C1.Win.8 アセンブリ > C1.Framework 名前空間 > XViewLight クラス : SetToolTip(Control,String) メソッド
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.
シンタックス
'宣言
 
Protected Sub SetToolTip( _
   ByVal control As Control, _
   ByVal text As String _
) 
protected 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 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.
参照

XViewLight クラス
XViewLight メンバ