This document is archived and information here might be outdated. Recommended version. |
Indicates if the layer shows map tips.
[Visual Basic .NET] Public Property ShowTips As Boolean
[C#] public bool ShowTips {get; set;}
[C++]
HRESULT get_ShowTips(
Boolean* show
);
[C++]
HRESULT put_ShowTips(
VARIANT_BOOL show
);
[C++]
Parameters show [out, retval]
show is a parameter of type bool* show [in]
show is a parameter of type bool