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