BCGControlBar Library for .NET
NeedTipText Event




Occurs as a rule on mouse move event when the tooltip is about to show for any property item.
Syntax
'Declaration
 
Public Event NeedTipText As NeedTipTextHandler
'Usage
 
Dim instance As PropertyListControl
Dim handler As NeedTipTextHandler
 
AddHandler instance.NeedTipText, handler
public event NeedTipTextHandler NeedTipText
public: __event NeedTipTextHandler* NeedTipText
public:
event NeedTipTextHandler^ NeedTipText
Event Data

The event handler receives an argument of type NeedTipTextEventArgs containing data related to this event. The following NeedTipTextEventArgs properties provide information specific to this event.

PropertyDescription
ClickArea Specifies the type of area on property list item to retrieve .
Handled Gets or sets a value indicating whether the event was handled.
Prop The property to set a tooltip.
TipText Specifies the text of the tooltip to set.
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

PropertyListControl Class
PropertyListControl Members

Send Feedback