ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailCtl Class / DragDropOptions Property




In This Topic
    DragDropOptions Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets a value specifying whether the thumbnail browser can be a Drag source, Drop target or both.
    Syntax
    'Declaration
     
    <CategoryAttribute("Behavior")>
    <DescriptionAttribute()>
    <ImGearFilterAttribute("Default")>
    Public Property DragDropOptions As ImGearDragDropOptions
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As ImGearDragDropOptions
     
    instance.DragDropOptions = value
     
    value = instance.DragDropOptions
    [Category("Behavior")]
    [Description()]
    [ImGearFilter("Default")]
    public ImGearDragDropOptions DragDropOptions {get; set;}
    [Category("Behavior")]
    [Description()]
    [ImGearFilter("Default")]
    public: __property ImGearDragDropOptions get_DragDropOptions();
    public: __property void set_DragDropOptions( 
       ImGearDragDropOptions value
    );
    [Category("Behavior")]
    [Description()]
    [ImGearFilter("Default")]
    public:
    property ImGearDragDropOptions DragDropOptions {
       ImGearDragDropOptions get();
       void set (    ImGearDragDropOptions value);
    }

    Property Value

    ImageGear.Windows.Forms.Thumbnails.ImGearDragDropOptions enumeration value.
    See Also