Displays a tooltip with the specified text for the specified duration.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public void ShowTooltip(
Cell cell,
string message,
TimeSpan duration
) |
Visual Basic |
---|
Public Sub ShowTooltip (
cell As Cell,
message As String,
duration As TimeSpan
) |
Visual C++ |
---|
public:
void ShowTooltip(
Cell^ cell,
String^ message,
TimeSpan duration
) |
F# |
---|
member ShowTooltip :
cell : Cell *
message : string *
duration : TimeSpan -> unit
|
Parameters
- cell
- Type: Dapfor.Net.Ui..::..Cell
The cell.
- message
- Type: System..::..String
The message.
- duration
- Type: System..::..TimeSpan
The duration.
See Also