ToolTipPositionEventArgs Constructor
In This Topic
Initializes a new instance of a
ToolTipPositionEventArgs object.
Syntax
'Declaration
Public Function New( _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Drawing.Point, _
ByVal As System.String, _
ByVal As System.ComponentModel.Component _
)
public ToolTipPositionEventArgs(
System.Drawing.Rectangle ,
System.Drawing.Point ,
System.string ,
System.ComponentModel.Component
)
Parameters
- 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.
See Also