Action.Flags Property

Language:

Flags used to request specific attributes or processing. Can be zero or one or more of the following values.

Definition

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

Property Value

Microsoft.DirectX.DirectInput.ActionAttributeFlags

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center