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