folderlistview Cursors structure
Sub-properties
Return to Introduction  Previous page  Next page
Applies to
dcFolderListView component (dcComCtrls unit)  

Declaration
type  
  TdcListViewCursors = class  
  published  
    property Border: TCursor;  
    property Divider: TCursor;  
    property Header: TCursor;  
    property ScrollHorz: TCursor;  
    property ScrollVert: TCursor;  
  end;  
 
property Cursors: TdcListViewCursors;  

Description
Use Cursors structure to specify custom cursor images for some non-client parts of dcFolderListView control. You can specify cursor for border of control, header, columns divider, horizontal and vertical scrollbars.  
File not found.