ComponentOne List 8.0 for ActiveX
MouseIcon Property

 

MouseIcon Property

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

Syntax

object.MouseIcon = variant

Remarks

Read/Write at run time and design time.

Property applies to TDBList and TDBCombo controls.

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:

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

See Also

TDBList and TDBCombo Controls

 

 


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

Product Support Forum  |  Documentation Feedback