SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Defines the delay (in milliseconds) after which Tool Tips are displayed.
This property is identical to Items.ToolTipIntervalOn, which should be used instead.
Get
| VB.NET | milliSeconds = object.ToolTipIntervalOn As Integer |
| VB | milliSeconds = object.ToolTipIntervalOn As Long |
| C#.NET | int milliSeconds = object.ToolTipIntervalOn; |
| VC++ | long milliSeconds = object->ToolTipIntervalOn; long milliSeconds = object->GetToolTipIntervalOn(); |
| C | HRESULT object->get_ToolTipIntervalOn(long* milliSeconds); |
Put
| VB.NET | object.ToolTipIntervalOn = milliSeconds As Integer |
| VB | object.ToolTipIntervalOn = milliSeconds As Long |
| C#.NET | int object.ToolTipIntervalOn = milliSeconds; |
| VC++ | long object->ToolTipIntervalOn = milliSeconds; void object->PutToolTipIntervalOn(long milliSeconds); |
| C | HRESULT object->put_ToolTipIntervalOn(long milliSeconds); |
object
milliSeconds
Defines the delay (in milliseconds) after which Tool Tips are displayed.
This property is identical to Items.ToolTipIntervalOn, which should be used instead.
The ToolTipIntervalOn property defines the delay (in milliseconds) after which Tool Tips are displayed.
See Also SftTree Object | Object Hierarchy
