Gets or sets whether this clip is being displayed.

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

Syntax

C#
public bool Active { get; set; }
Visual Basic (Declaration)
Public Property Active As Boolean
Visual C++
public:
property bool Active {
	bool get ();
	void set (bool value);
}

Remarks

A clip will remain live until it is no longer being displayed on the screen A clip is Live when it is the current clip but will remain Active until the clip is no longer visible.

See Also