This document is archived and information here might be outdated. Recommended version. |
Indicates if scene tips are shown.
[Visual Basic .NET]
Public Property ShowSceneTips As Boolean
[C#]
public bool ShowSceneTips {get; set;}
[C++]
HRESULT get_ShowSceneTips(
void
);
[C++]
HRESULT put_ShowSceneTips(
);
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.