Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable Items in ListView
Message
From
31/03/2000 17:11:41
 
 
To
31/03/2000 16:56:10
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00353590
Message ID:
00353670
Views:
16
>Alexander,
>
>I could not find a 'Forecolor' property for a listitem object. Is there something I am missing?
>
>Dan

You won't see it if you look at the help file, but this property exists.
You may use VB Object Browser to see all methods, events and properties of a ListView object.

To change the ForeColor property use the code like the following:

.ListView.ListItems( ...).ForeColor = RGB( ...)

Alex
Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform