ArcObjects Library Reference (Display)  

IScreenDisplay3.IsNavigating Property

Indicates whether the cuser is currently navigating.

[Visual Basic .NET]
Public ReadOnly Property IsNavigating As Boolean
[C#]
public bool IsNavigating {get;}
[C++]
HRESULT get_IsNavigating(
  VARIANT_BOOL* navigating
);
[C++]

Parameters

navigating [out, retval]   navigating is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScreenDisplay3 Interface