Accusoft.ThumbnailXpressSdk Namespace > ThumbnailXpress Class : IntraComponentThumbnailDragDropEnabled Property |
'Declaration <DescriptionAttribute("Indicates drag and drop move operations amongst thumbnail images in the same instance.")> <BrowsableAttribute(True)> <CategoryAttribute("ThumbnailXpress")> Public Property IntraComponentThumbnailDragDropEnabled As Boolean
'Usage Dim instance As ThumbnailXpress Dim value As Boolean instance.IntraComponentThumbnailDragDropEnabled = value value = instance.IntraComponentThumbnailDragDropEnabled
[DescriptionAttribute("Indicates drag and drop move operations amongst thumbnail images in the same instance.")] [BrowsableAttribute(true)] [CategoryAttribute("ThumbnailXpress")] public bool IntraComponentThumbnailDragDropEnabled {get; set;}
[DescriptionAttribute("Indicates drag and drop move operations amongst thumbnail images in the same instance.")] [BrowsableAttribute(true)] [CategoryAttribute("ThumbnailXpress")] public: __property bool get_IntraComponentThumbnailDragDropEnabled(); public: __property void set_IntraComponentThumbnailDragDropEnabled( bool value );
[DescriptionAttribute("Indicates drag and drop move operations amongst thumbnail images in the same instance.")] [BrowsableAttribute(true)] [CategoryAttribute("ThumbnailXpress")] public: property bool IntraComponentThumbnailDragDropEnabled { bool get(); void set ( bool value); }