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