Class ChannelManager : isChannelSelected Method


Boolean isChannelSelected( Integer nChannelID )

Summary

Determine if a channel is selected by the user.


Parameters

ParameterDescription
Integer nChannelID


Returns


True if the passed channel is selected by the user, false otherwise.


Examples

var cm = app.getChannelManager();
if( cm.isChannelSelected( 1 ) )
{
alert( "channel is selected" );
}


Requirements

Build 1059