ArcObjects Library Reference (Controls)  

ISceneControlDefault.ShowSceneTips Property

Indicates if scene tips are shown.

[Visual Basic .NET]
Public Property ShowSceneTips As Boolean
[C#]
public bool ShowSceneTips {get; set;}
[C++]
HRESULT get_ShowSceneTips(
  VARIANT_BOOL* Show
);
[C++]
HRESULT put_ShowSceneTips(
  VARIANT_BOOL Show
);
[C++]

Parameters

Show [out, retval]   Show is a parameter of type VARIANT_BOOL Show [in]   Show is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine.

Description

Determines whether scene tips are displayed (if they exist) as the mouse moves over layer features. By default the ShowSceneTips property is set to false.

See Also

ISceneControlDefault Interface