classicui_pub/lists_api/inc/EIKLBX.H
branchRCL_3
changeset 16 71dd06cfe933
parent 4 8ca85d2f0db7
child 23 3d340a0166ff
--- a/classicui_pub/lists_api/inc/EIKLBX.H	Wed Mar 31 21:59:52 2010 +0300
+++ b/classicui_pub/lists_api/inc/EIKLBX.H	Wed Apr 14 16:14:00 2010 +0300
@@ -1519,6 +1519,17 @@
      */
     IMPORT_C void DisableItemSpecificMenu();
     
+    /**
+     * Checks if highlight drawing is enabled. If single click is
+     * enabled highlight drawing is by default disabled, but highlight comes 
+     * visible with hardware keys. 
+     * 
+     * @return ETrue if highlight is enabled, EFalse if not.
+     *
+     * @since S60 5.2
+     */
+    IMPORT_C TBool IsHighlightEnabled();
+    
 private:
     IMPORT_C virtual void CEikListBox_Reserved(); // listbox use only
     void HorizontalScroll(TInt aScrollAmountInPixels);