RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crSizeNS Constant

Identifies a vertical sizing cursor.

Pascal
crSizeNS = TCursor(-7);
C++
crSizeNS = TCursor(-7);

The TCursor type defines a cursor ident (integer). The value -7 identifies a resizing cursor that allows for vertical resizing. It is identified by a double headed arrow aligned vertically.  

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!