ImageGear Professional for Windows ActiveX
HighlightBackColor Property

Description:

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

Property Type:

Read-write property

Return Type:

OLE_COLOR

Default Value: Highlight Back 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 back color 
Item. HighlightBackColor = &H000000FF&
Item.Highlighted = True
Item.Update
...
`Set default highlight back color for the particular item
Item.HighlightBackColor = IGGUIThumnailCtl1. HighlightBackColor
Item.Update

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback