CursorCaps.SupportsLowResolution Property (Microsoft.DirectX.Direct3D)
Retrieves a value that indicates that a full-color cursor is supported in both high-resolution and low-resolution modes.
Definition
Visual Basic Public ReadOnly Property SupportsLowResolution As Boolean C# public bool SupportsLowResolution { get; } C++ public:
property bool SupportsLowResolution {
bool get();
}JScript public function get SupportsLowResolution() : boolean
Property Value
System.Boolean
Value that is true if a full-color cursor is supported in both high-resolution and low-resolution modes, or false otherwise.This property is read-only.