Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace / ListBoxContainer Class / CreateDraggedContentPresenter Method


In This Topic
    CreateDraggedContentPresenter Method (ListBoxContainer)
    In This Topic
    Retrieves a new content presenter for dragged items.
    Syntax
    'Declaration
     
    Protected Overridable Function CreateDraggedContentPresenter() As ContentPresenter
    'Usage
     
    Dim instance As ListBoxContainer
    Dim value As ContentPresenter
     
    value = instance.CreateDraggedContentPresenter()
    protected virtual ContentPresenter CreateDraggedContentPresenter()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also