Silverlight SDK for Microsoft Bing
IsSelected Property
OverviewSystem.Windows.ControlsItemControlIsSelected
Gets/Sets a boolean value indicating whether this ItemControl is currently selected.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsSelected { get; set; }
Public Property IsSelected As Boolean
public:
property bool IsSelected {
	bool get ();
	void set (bool value);
}

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)