Share via


Action.ActionName 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 ActionName As String
C# public string ActionName { get; set; }
C++ public:
property StringLeave Site^ ActionName {
        StringLeave Site^ get();
        void set(StringLeave Sitevalue);
}
JScript public function get ActionName() : String
public function set ActionName(String);

Property Value

System.String

This property is read/write.