ComponentOne True DBGrid Pro 8
MouseIcon Property

This property sets or returns the custom mouse icon used when the MousePointer property is set to 99 - Custom.

Syntax

TDBGrid.MouseIcon = variant

Remarks

Read/Write at run time and design time.

You can load a custom mouse icon from either a cursor (.cur) or icon (.ico) file at design time using the General property page. Or, you can assign a cursor or icon to the MouseIcon property in code at run time:

TDBGrid1.MouseIcon = LoadPicture("cross.cur")

See Also

TDBGrid Control

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback