Device.CreatedEffects Property (Microsoft.DirectX.DirectInput)

Enumerates all the currently created effects for this device. Effects created by Inputdevice9Createeffect are enumerated.

Definition

Visual Basic Public ReadOnly Property CreatedEffects As EffectList
C# public EffectList CreatedEffects { get; }
C++ public:
property EffectList^ CreatedEffects {
        EffectList^ get();
}
JScript public function get CreatedEffects() : EffectList

Property Value

Microsoft.DirectX.DirectInput.EffectList

This property is read-only.