Ribbon for WinForms
ToolTipLinkClickedEventArgs コンストラクタ

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > ToolTipLinkClickedEventArgs クラス : ToolTipLinkClickedEventArgs コンストラクタ
System.Windows.Forms.MouseButtons that was pressed on the link.
Value of the link's HREF attribute.
Value of the link's TARGET attribute.
Initializes a new instance of a ToolTipLinkClickedEventArgs.
シンタックス
'宣言
 
Public Function New( _
   ByVal button As MouseButtons, _
   ByVal hRef As String, _
   ByVal target As String _
)
public ToolTipLinkClickedEventArgs( 
   MouseButtons button,
   string hRef,
   string target
)

パラメータ

button
System.Windows.Forms.MouseButtons that was pressed on the link.
hRef
Value of the link's HREF attribute.
target
Value of the link's TARGET attribute.
参照

ToolTipLinkClickedEventArgs クラス
ToolTipLinkClickedEventArgs メンバ