Share via


Action.Flags Property (Microsoft.DirectX.DirectInput)

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.