Version

getOpenedListID Method

Checks which list is currently opened.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getOpenedListID() : Number;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebMonthCalendar.getOpenedListID();

Return Value

Possible values: 0 - no list, 1 - list of months is opened, 2 - list of years, 3 - list of year groups.
See Also