Device.ForceFeedbackState Property (Microsoft.DirectX.DirectInput)

Retrieves the state of the device's force-feedback system.

Definition

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

Property Value

Microsoft.DirectX.DirectInput.ForceFeedbackStates

This property is read-only.