Метод | Описание | |
---|---|---|
GetToolTip ( IControlHabanero controlHabanero ) : string |
Retrieves the ToolTip text associated with the specified control
|
|
SetToolTip ( IControlHabanero controlHabanero, string toolTipText ) : void |
Associates ToolTip text with the specified controlHabanero
|
public GetToolTip ( IControlHabanero controlHabanero ) : string | ||
controlHabanero | IControlHabanero | The Control for which to retrieve the ToolTip text |
Результат | string |
public SetToolTip ( IControlHabanero controlHabanero, string toolTipText ) : void | ||
controlHabanero | IControlHabanero | The Control to associate the ToolTip text with |
toolTipText | string | The ToolTip text to display when the pointer is on the controlHabanero |
Результат | void |