This document is archived and information here might be outdated. Recommended version. |
Change the focus to the ith measure text control.
[Visual Basic .NET]
Public Sub SetFocusToMeasure ( _
ByVal index As Integer _
)
[C#]
public void SetFocusToMeasure (
int index
);
Use the SetFocusToMeasure method in conjunction with the MeasureSelected property to select the text within a specific measure control on the Traverse dialog.
The index refers to the measure control to select text in.