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

C1.Win.4.8 アセンブリ > C1.Win.C1SuperTooltip 名前空間 > C1SuperTooltipBase クラス > Show メソッド : Show(String,Control,Int32,Int32) メソッド
Text to be displayed in the tooltip.
System.Windows.Forms.Control that the tooltip is associated with.
X client coordinate where the tooltip is to be displayed.
Y client coordinate where the tooltip is to be displayed.
Shows the tooltip with the specified text, for the specified control, at the specified position.
シンタックス
'宣言
 
Public Overloads Sub Show( _
   ByVal text As String, _
   ByVal control As Control, _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
public void Show( 
   string text,
   Control control,
   int x,
   int y
)

パラメータ

text
Text to be displayed in the tooltip.
control
System.Windows.Forms.Control that the tooltip is associated with.
x
X client coordinate where the tooltip is to be displayed.
y
Y client coordinate where the tooltip is to be displayed.
参照

C1SuperTooltipBase クラス
C1SuperTooltipBase メンバ
オーバーロード一覧