VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / DragSourceManager<T> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    DragSourceManager<T> Class
    In This Topic
    Allows to manage drag sources for drag-and-drop operation.
    Object Model
    DragSourceManager<T>
    Syntax
    'Declaration
    
    Public Class DragSourceManager(Of T
    The type of drag source.
    As Class)
    public class DragSourceManager<T>
    where T: class
    
    
    public __gc class DragSourceManager<T>
    where T: class
    
    
    generic<typename T>
    public ref class DragSourceManager
    where T: ref class
    
    

    Type Parameters

    T
    The type of drag source.
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.DragSourceManager<T>

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also