RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crNo Constant

Identifies a not allowed cursor.

Pascal
crNo = TCursor(-18);
C++
crNo = TCursor(-18);

The TCursor type defines a cursor ident (integer). The value -18 identifies an action denied cursor. It is used to indicate to the user that the cursor is hovering over an area which is not a valid target. It is represented by a black cross within a black circle.  

Use the Screen Cursor property to set the cursor type to one of the TCursor values. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!