This document is archived and information here might be outdated.  Recommended version.


IGlobeControlDefault.TipDelay Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGlobeControlDefault Interface > IGlobeControlDefault.TipDelay Property
ArcGIS Developer Help

IGlobeControlDefault.TipDelay Property

The delay before globe tips are shown.

[Visual Basic .NET]
Public Property TipDelay As Integer
[C#]
public int TipDelay {get; set;}
[C++]
HRESULT get_TipDelay(
void
);
[C++]
HRESULT put_TipDelay(
);

Product Availability

Available with ArcGIS Engine.

Description

Returns or sets the time delay in milliseconds before globe tips are displayed. By default TipDelay is 500 milliseconds.

See Also

IGlobeControlDefault Interface