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


IMapControl4.TipDelay Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

IMapControl4.TipDelay Property

The delay before map tips are shown.

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

Parameters delay [out, retval] delay is a parameter of type Long delay [in] delay is a parameter of type Long

Product Availability

Available with ArcGIS Engine.

Description

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

See Also

IMapControl4 Interface