ItemsControlUIAdapter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class ItemsControlUIAdapter : Microsoft::Practices::CompositeUI::UIElements::UIElementAdapter<System::Windows::FrameworkElement ^>
public class ItemsControlUIAdapter : Microsoft.Practices.CompositeUI.UIElements.UIElementAdapter<System.Windows.FrameworkElement>
type ItemsControlUIAdapter = class
inherit UIElementAdapter<FrameworkElement>
Public Class ItemsControlUIAdapter
Inherits UIElementAdapter(Of FrameworkElement)
- Inheritance
Constructors
ItemsControlUIAdapter(ItemsControl) |
Methods
Add(FrameworkElement) | |
Add(Object) | (Inherited from UIElementAdapter<TUIElement>) |
Add(TUIElement) | (Inherited from UIElementAdapter<TUIElement>) |
GetInsertingIndex(FrameworkElement) | |
Remove(FrameworkElement) | |
Remove(Object) | (Inherited from UIElementAdapter<TUIElement>) |
Remove(TUIElement) | (Inherited from UIElementAdapter<TUIElement>) |