Language
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.