Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
LrcNotifEnableGet method 
 
Remarks 
 
Returns the actual enabled status for Lyrics notifications and auto-load of LRC files. The status can be modified through the LrcNotifEnableSet method. 
 
See the How to manage lyrics coming from LRC files section for further details about LRC files. 
 
 
Syntax 
 
[Visual Basic] 
control.LrcNotifEnableGet
) as Boolean
 
[C++] 
BOOL control.LrcNotifEnableGet
);
 
 
Return value 
 
Value
Meaning
 
 
FALSE
Lyrics notifications and auto-load of LRC files are disabled
TRUE
Lyrics notifications and auto-load of LRC files are enabled
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents