C-DEngine 5.105

nmiCtrlPicture..::..StartSequence Property

If the image is a filmstrip, writing true in this property will start/autostart the strip

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<bool> StartSequence { get; set; }
Public Property StartSequence As Nullable(Of Boolean)
	Get
	Set
public:
property Nullable<bool^> StartSequence {
	Nullable<bool^> get ();
	void set (Nullable<bool^> value);
}