Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

setSelected Method 

Set the Selected state of this item.

[JavaScript]
NavigationItem.setSelected(selected)

Parameters

selected
true to set this item into Selected state, false to set it not in Selected state.

Remarks

Selected is an alternative state for item which is controled by setting NavigationItem's Selected property on the server side or using setSelected client side script function on the client side.

You can not switch a disabled item into Selected state.

See Also

NavigationItem Object


Direct link to this topic