This document is archived and information here might be outdated. Recommended version. |
Toggles snap tips on/off.
[Visual Basic .NET]
Public Property ShowSnapTips As Boolean
[C#]
public bool ShowSnapTips {get; set;}
[C++]
HRESULT get_ShowSnapTips(
Boolean* Show
);
[C++]
HRESULT put_ShowSnapTips(
VARIANT_BOOL Show
);
[C++] Parameters Show [out, retval]
Show is a parameter of type bool* Show [in]
Show is a parameter of type bool
Determines whether snap tips are shown when a snapping type is satisfied. By default, snap tips are shown. The information displayed in the snap tip is determined by ISnappingEnvironment.SnapTipType.
ShowSnapTips is an application-level setting.