Effect.StartDelay Property (Microsoft.DirectX.DirectInput)

Time (in microseconds) that the device should wait after a InputeffectStart call before playing the effect. If this value is 0, effect playback begins immediately. This member is not present in versions prior to Microsoft® DirectX® 7.0.

Definition

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

Property Value

System.Int32

This property is read/write.