DeviceImageInformation.ImagePath Property |
Language: |
Fully qualified path to the file that contains an image of the device. The file format is given in DwFlags. If no image is available for the device, this member will be set to NULL. If so, the application is responsible for enumerating controls on the device and displaying a default listing of actions to device controls (similar to the method used by most applications before Microsoft® DirectX® 8.0).
Visual Basic Public Property ImagePath As String C# public string ImagePath { get; set; } C++ public:
property String^ ImagePath {
String^ get();
void set(String^ value);
}JScript public function get ImagePath() : String
public function set ImagePath(String);
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