Selector.ClearContainerForItemOverride Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Removes any bindings and templates applied to the item container for the specified content.
Namespace: System.Windows.Controls.Primitives
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Protected Overrides Sub ClearContainerForItemOverride ( _
element As DependencyObject, _
item As Object _
)
protected override void ClearContainerForItemOverride(
DependencyObject element,
Object item
)
Parameters
- element
Type: System.Windows.DependencyObject
The combo box item used to display the specified content.
- item
Type: System.Object
The item content.
Remarks
This method removes styles, binding, and other item-specific effects that were applied to a combo box item to prepare it to contain the specified content.
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.