Gets or sets the index of the clip that raised this event.

Namespace:  ScreenMonkey.Clips
Assembly:  ScreenMonkey.Clips (in ScreenMonkey.Clips.dll) Version: 3.2.0.0 (3.3.1.4)

Syntax

C#
public int Index { get; set; }
Visual Basic (Declaration)
Public Property Index As Integer
Visual C++
public:
property int Index {
	int get ();
	void set (int value);
}

See Also