treeview Cursors structure
Sub-properties
Return to Introduction  Previous page  Next page
Applies to
acTreeView and acListView components.  

Declaration
type  
  TacTreeViewCursors = class  
  published  
    property Border: TCursor;  
    property ScrollHorz: TCursor;  
    property ScrollVert: TCursor;  
  end;  
 
property Cursors: TacTreeViewCursors;  

Description
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.  

See also
acAppCursors component and Additional cursors in the IDE.