Forms > Forms Assembly Classes > TreeNodeGetHintEventArgs
TreeNodeGetHintEventArgs
Description
The TreeNodeGetHintEventArgs class implements argument of the event that occurs when the tooltip is displayed for the element, over which the mouse cursor has stopped.
Constructors
|
Constructor name |
Brief description |
 |
Create |
The Create constructor creates an argument of the event that occurs when tooltip is displayed for the element, over which the mouse cursor has stopped. |
|
Property name |
Brief description |
 |
Text |
The Text property determines text of the tooltip for the element, to which the mouse cursor is pointed. |
|
Property name |
Brief description |
 |
Column |
The Column property returns index of the component column, in which area the mouse cursor is placed. |
|
Property name |
Brief description |
 |
Node |
The Node property returns the node, for which the event was generated. |
|
Property name |
Brief description |
 |
TreeControl |
The TreeControl property returns the component, for which the event was generated. |
See also:
Forms Assembly Classes