Device.ImageInformation Property (Microsoft.DirectX.DirectInput)

Retrieves information about a device image for use in a configuration property sheet.

Definition

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

Property Value

Microsoft.DirectX.DirectInput.DeviceImageInformationHeader

This property is read-only.