Index

Parent Previous Next

Index

Description: the variable returns or receives the index of the frame

Syntax: int Index { get; set; }


Example:

FRAMEElement frame = await tester.GetFrameAsync(0);

tester.ConsoleMsg("Index: " + frame.Index);

Created with the Personal Edition of HelpNDoc: Benefits of a Help Authoring Tool