HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

ToolTipIntervalOff Property, SftTreeItems Object

Defines the delay (in milliseconds) after which Tool Tips are removed.

Syntax

Get

VB.NETmilliSeconds = object.ToolTipIntervalOff As Integer
VBmilliSeconds = object.ToolTipIntervalOff As Long
C#.NETint milliSeconds = object.ToolTipIntervalOff;
VC++long milliSeconds = object->ToolTipIntervalOff;
long milliSeconds = object->GetToolTipIntervalOff();
CHRESULT object->get_ToolTipIntervalOff(long* milliSeconds);

Put

VB.NETobject.ToolTipIntervalOff = milliSeconds As Integer
VBobject.ToolTipIntervalOff = milliSeconds As Long
C#.NETint object.ToolTipIntervalOff = milliSeconds;
VC++long object->ToolTipIntervalOff = milliSeconds;
void object->PutToolTipIntervalOff(long milliSeconds);
CHRESULT object->put_ToolTipIntervalOff(long milliSeconds);

object

A SftTreeItems object.

milliSeconds

Defines the delay (in milliseconds) after which Tool Tips are removed. If 0 is specified, the default of 100 milliseconds is used instead.

Comments

The ToolTipIntervalOff property defines the delay (in milliseconds) after which Tool Tips are removed.

The ToolTipIntervalOff applies to all Tool Tips (cell, column header and column footer ToolTips).

The ToolTipIntervalOn property is used to define the delay (in milliseconds) after which Tool Tips are displayed.

Examples

VB6

         DropTargetOutlineBorderColor=   -1
         DropTargetInnerBorderColor=   -1
         DropTargetInnerFill1=   -1
         DropTargetInnerFill2=   -1
         DisabledItemsSelectable=   1
         AutoExpandDragDropInterval=   1200
         AutoExpandHoverInterval=   1200
         ToolTipIntervalOn=   200
         ToolTipIntervalOff=   100
         BeginProperty ItemImageExpandable {980702E2-0AB6-41B1-9B85-F8755A697255} 
            Object.Height          =   0
            Object.Width           =   0
            Picture         =   "Form1.frx":07D6
            Appearance      =   -1
            FrameColor      =   -1
            SampleColor     =   -1

See Also SftTreeItems Object | Object Hierarchy


Last Updated 05/24/2026 - (email)
© 2026 Softel vdm, Inc.