ActiveReports.Viewer3 Request technical support
AllowDrop Property
See Also 


Syntax

Visual Basic (Declaration) 
Public Overridable Property AllowDrop As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ViewerToolbar
Dim value As Boolean
 
instance.AllowDrop = value
 
value = instance.AllowDrop
C# 
public virtual bool AllowDrop {get; set;}

See Also