Ribbon for WinForms
ToolTipPositionEventArgs コンストラクタ

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 > ToolTipPositionEventArgs クラス : ToolTipPositionEventArgs コンストラクタ
Bounds of the System.ComponentModel.Component that provides the tooltip text and location.
System.Drawing.Point that specifies the top left corner of the tooltip.
String that will be displayed in the tooltip.
System.ComponentModel.Component that provides the tooltip text and location.
Initializes a new instance of a ToolTipPositionEventArgs object.
シンタックス
'宣言
 
Public Function New( _
   ByVal componentBounds As Rectangle, _
   ByVal location As Point, _
   ByVal text As String, _
   ByVal component As Component _
)
public ToolTipPositionEventArgs( 
   Rectangle componentBounds,
   Point location,
   string text,
   Component component
)

パラメータ

componentBounds
Bounds of the System.ComponentModel.Component that provides the tooltip text and location.
location
System.Drawing.Point that specifies the top left corner of the tooltip.
text
String that will be displayed in the tooltip.
component
System.ComponentModel.Component that provides the tooltip text and location.
参照

ToolTipPositionEventArgs クラス
ToolTipPositionEventArgs メンバ