ShowToolTip Method (C1InputPanel)
In This Topic
Shows the rich tooltip with the specified text, for the specified control, at the specified position.
Overload List
Overload | Description |
ShowToolTip(String,Control,Point) | Shows the rich tooltip with the specified text, for the specified control, at the specified position. |
ShowToolTip(String,Control,Point,Int32) | Shows the rich tooltip with the specified text, for the specified control, at the specified position, for a specified amount of time. |
ShowToolTip(String,Control,Int32,Int32) | Shows the rich tooltip with the specified text, for the specified control, at the specified position. |
ShowToolTip(String,Control,Int32,Int32,Int32) | Shows the rich tooltip with the specified text, for the specified control, at the specified position, for a specified amount of time. |
ShowToolTip(InputComponent,Point) | Shows the rich tooltip for the specified InputComponent, at the specified position. |
ShowToolTip(InputComponent,Point,Int32) | Shows the rich tooltip for the specified InputComponent, at the specified position, for a specified amount of time. |
ShowToolTip(InputComponent,Int32,Int32) | Shows the rich tooltip for the specified InputComponent, at the specified position. |
ShowToolTip(InputComponent,Int32,Int32,Int32) | Shows the rich tooltip for the specified InputComponent, at the specified position, for a specified amount of time. |
See Also