Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : InterComponentThumbnailDragDropEnabled Property |
'Declaration <DescriptionAttribute("Indicates drag and drop move operations between other instances.")> <BrowsableAttribute(True)> <CategoryAttribute("ThumbnailXpress")> Public Property InterComponentThumbnailDragDropEnabled As Boolean
'Usage Dim instance As ThumbnailXpress Dim value As Boolean instance.InterComponentThumbnailDragDropEnabled = value value = instance.InterComponentThumbnailDragDropEnabled
[Description("Indicates drag and drop move operations between other instances.")] [Browsable(true)] [Category("ThumbnailXpress")] public bool InterComponentThumbnailDragDropEnabled {get; set;}
[Description("Indicates drag and drop move operations between other instances.")] [Browsable(true)] [Category("ThumbnailXpress")] public: __property bool get_InterComponentThumbnailDragDropEnabled(); public: __property void set_InterComponentThumbnailDragDropEnabled( bool value );
Both copy and move operations are supported.