RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.crSizeNWSE Constant

Identifies a North-West to South-East sizing cursor.

Pascal
crSizeNWSE = TCursor(-8);
C++
crSizeNWSE = TCursor(-8);

Controls

The TCursor type defines a cursor ident (integer). The value -8 identifies a resizing cursor that allows for resizing in either up and to the left (to the North West) or down and to the right (to the South East). It is identified by a double headed arrow sloping 45 degrees to the left.  

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!