ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUITNItem Object > IGGUITNItem Properties > HighlightBackColor Property |
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.
Read-write property
OLE_COLOR
Default Value: Highlight Back color of the thumbnail control
Valid Values: Any valid ole color
N/A
ig_guiwin_vb6.exe
`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