Copyright © 2005-2019 MultiMedia Soft

LrcNotifEnableGet method

Previous pageReturn to chapter overviewNext page

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]

Public Function LrcNotifEnableGet (

) as Boolean


 

[C#]

public bool LrcNotifEnableGet (

);


 

[C++]

public: bool 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