Ribbon for WinForms
Show(String,ToolStripItem,Point) メソッド

C1.Win.8 アセンブリ > C1.Win.SuperTooltip 名前空間 > C1SuperTooltipBase クラス > Show メソッド : Show(String,ToolStripItem,Point) メソッド
Text to be displayed in the tooltip.
System.Windows.Forms.ToolStripItem that the tooltip is associated with.
System.Drawing.Point in client coordinates where the tooltip is to be displayed.
Shows the tooltip with the specified text, for the specified System.Windows.Forms.ToolStripItem, at the specified position.
シンタックス
'宣言
 
Public Overloads Sub Show( _
   ByVal text As String, _
   ByVal item As ToolStripItem, _
   ByVal pt As Point _
) 
public void Show( 
   string text,
   ToolStripItem item,
   Point pt
)

パラメータ

text
Text to be displayed in the tooltip.
item
System.Windows.Forms.ToolStripItem that the tooltip is associated with.
pt
System.Drawing.Point in client coordinates where the tooltip is to be displayed.
参照

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