Effect.TriggerRepeatInterval Property (Microsoft.DirectX.DirectInput)

The interval, in microseconds, between the end of one playback and the start of the next when the effect is triggered by a button press and the button is held down. Setting this value to INFINITE suppresses repetition. Support for trigger repeat for an effect is indicated by the presence of the DIEP_TRIGGERREPEATINTERVAL flag in the dwStaticParams member of the Dieffectinfo structure.

Definition

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

Property Value

System.Int32

This property is read/write.