BCGControlBar Library for .NET
NeedTipTextEventArgs Constructor




The property to set a tooltip.
Specifies the type of area on the property list item to retrieve.
Specifies the X-coordinate of the mouse cursor's location.
Specifies the Y-coordinate of the mouse cursor's location.
Initializes a new instance of NeedTipTextEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal prop As PropertyListItem, _
   ByVal clickArea As ItemClickArea, _
   ByVal X As Integer, _
   ByVal Y As Integer _
)
'Usage
 
Dim prop As PropertyListItem
Dim clickArea As ItemClickArea
Dim X As Integer
Dim Y As Integer
 
Dim instance As New NeedTipTextEventArgs(prop, clickArea, X, Y)
public NeedTipTextEventArgs( 
   PropertyListItem prop,
   ItemClickArea clickArea,
   int X,
   int Y
)
public: NeedTipTextEventArgs( 
   PropertyListItem* prop,
   ItemClickArea clickArea,
   int X,
   int Y
)
public:
NeedTipTextEventArgs( 
   PropertyListItem^ prop,
   ItemClickArea clickArea,
   int X,
   int Y
)

Parameters

prop
The property to set a tooltip.
clickArea
Specifies the type of area on the property list item to retrieve.
X
Specifies the X-coordinate of the mouse cursor's location.
Y
Specifies the Y-coordinate of the mouse cursor's location.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NeedTipTextEventArgs Class
NeedTipTextEventArgs Members

Send Feedback