Пример #1
0
        //chapter 12
        public void StartMenuSurvey()
        {
            int           wHnd       = GUITestActions.GetMenu(HandleUnderSurvey);
            StringBuilder ParentText = new StringBuilder(1000);

            GUITestActions.GetWindowText(HandleUnderSurvey, ParentText, 1000);

            int absPosID = 0;

            GUITestActions.FindMenuTextAndID(wHnd, ParentText.ToString(), ref absPosID, ref GUISortedList);
        }