ArcObjects Library Reference (Display)  

ISelectionTracker.ShowHandles Property

Indicates if the tracker is showing handles or not.

[Visual Basic .NET]
Public Property ShowHandles As Boolean
[C#]
public bool ShowHandles {get; set;}
[C++]
HRESULT get_ShowHandles(
  VARIANT_BOOL* ShowHandles
);
[C++]
HRESULT put_ShowHandles(
  VARIANT_BOOL ShowHandles
);
[C++]

Parameters

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

Product Availability

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

See Also

ISelectionTracker Interface