This document is archived and information here might be outdated.  Recommended version.


ITraverseWindow.MeasureHWND Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Editor)  

ITraverseWindow.MeasureHWND Property

The handle of the ith measure text control.

[Visual Basic .NET]
Public Function get_MeasureHWND ( _
    ByVal index As Integer _
) As Integer
[C#]
public int get_MeasureHWND (
    int index
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Returns the handle of a child control on the Traverse dialog at the specified index.

See Also

ITraverseWindow Interface