Метод | Описание | |
---|---|---|
InfoToolTipForm ( ) : System | ||
SetLinkClickedEvent ( Action |
Sets the link clicked event for the label
|
|
SetPosition ( ) : void |
Reposition the tooltip with the last SetPosition method called
|
|
SetPosition ( Point position, int lineHeight ) : void |
Position the tooltip relatively to a point
|
|
SetPosition ( |
Position the tooltip relatively to the autocompletion form (represented by a rectangle) reversed = true if the autocompletion is ABOVE the text it completes
|
|
SetText ( string content, int minimumWidth = 200 ) : void |
set the html of the label, resize the tooltip
|
public SetLinkClickedEvent ( Action |
||
clickHandler | Action |
|
Результат | void |
public SetPosition ( Point position, int lineHeight ) : void | ||
position | Point | |
lineHeight | int | |
Результат | void |
public SetPosition ( |
||
rect | ||
reversed | bool | |
Результат | void |
public SetText ( string content, int minimumWidth = 200 ) : void | ||
content | string | |
minimumWidth | int | |
Результат | void |