ActionFormat.Instance Property (Microsoft.DirectX.DirectInput)

Handle of the module containing string resources for action names, as specified in the uResIdString member of the Diaction structure for each action. Can be zero if action names are specified in the lptszActionName member of the Diaction structure for each action.

Definition

Visual Basic Public Property Instance( _
    ByVal value As IntPtrLeave Site _
) As IntPtrLeave Site
C# public IntPtrLeave Site this[
    IntPtrLeave Site value
] { set; }
C++ public:
property IntPtrLeave Site Instance [IntPtrLeave Site] {
        void set(IntPtrLeave Site value, IntPtrLeave Site value);
}
JScript In JScript, you can use indexed properties, but you cannot define your own.

Parameters

value System.IntPtr

Property Value

System.IntPtr

This property is write-only.