ImageGear Professional for Windows ActiveX
HighlightForeColor Property

Description:

Gets and sets highlight fore color for the particular item. The item highlight fore color is set to the thumbnail control highlight fore color by default. The user can change it to any value.

Property Type:

Read-write property

Return Type:

OLE_COLOR

Default Value: Highlight fore color of the thumbnail control

Valid Values: Any valid ole color

Bits Per Pixel:

N/A

Sample:

ig_guiwin_vb6.exe

Example:

`Change default highlight fore color 
Item. HighlightForeColor = &H00FFFF00&
Item.Highlighted = True
Item.Update
...
`Set default highlight fore color for the particular item
Item.HighlightForeColor = IGGUIThumnailCtl1. HighlightForeColor
Item.Update

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback