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