BCGSoft.Controls.PropertyList Namespace > PropertyListControl Class : NeedTipText Event |
'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
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.
Property | Description |
---|---|
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. |
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