|
Sub-properties |
|
| acListView and acTreeView components.
|
| type
|
| TacListViewCursors = class
|
| published
|
| property Border: TCursor;
|
| property Divider: TCursor;
|
| property Header: TCursor;
|
| property HotCursor: TCursor;
|
| property ScrollHorz: TCursor;
|
| property ScrollVert: TCursor;
|
| end;
|
|
|
| property Cursors: TacListViewCursors;
|
| Use Cursors structure to specify custom cursor images for some non-client parts of acListView control. You can specify cursor for border of control, header, columns divider, horizontal and vertical scrollbars.
|
| acAppCursors component and Additional cursors in the IDE.
|