ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailCtl Interface / DragDropOptions Property




In This Topic
    DragDropOptions Property (IImGearThumbnailCtl)
    In This Topic
    Gets or sets a value indicating whether the thumbnail browser can be a Drag source, Drop target or both.
    Syntax
    'Declaration
     
    Property DragDropOptions As ImGearDragDropOptions
    'Usage
     
    Dim instance As IImGearThumbnailCtl
    Dim value As ImGearDragDropOptions
     
    instance.DragDropOptions = value
     
    value = instance.DragDropOptions
    ImGearDragDropOptions DragDropOptions {get; set;}
    __property ImGearDragDropOptions get_DragDropOptions();
    __property void set_DragDropOptions( 
       ImGearDragDropOptions value
    );
    property ImGearDragDropOptions DragDropOptions {
       ImGearDragDropOptions get();
       void set (    ImGearDragDropOptions value);
    }

    Property Value

    ImGearDragDropOptions enumeration value.
    See Also