ComboBox.IsSelectionBoxHighlighted Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a value that indicates whether the SelectionBoxItem is highlighted.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Property IsSelectionBoxHighlighted As Boolean
public bool IsSelectionBoxHighlighted { get; internal set; }

Property Value

Type: System.Boolean
true if the SelectionBoxItem is highlighted; otherwise, false. The default is true.

Remarks

This property is a dependency property. However, the dependency property identifier field for IsSelectionBoxHighlighted is not public. Therefore, you cannot use the backing dependency property for property system operations that require the dependency property identifier, such as calls to GetValue.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.