'Declaration
<System.ComponentModel.CategoryAttribute("Drag drop")> <System.ComponentModel.DescriptionAttribute("Controls the allowed drag drop effects")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property DragDropEffects As System.Windows.Forms.DragDropEffects
'Usage
Dim instance As NDrawingSettings Dim value As System.Windows.Forms.DragDropEffects instance.DragDropEffects = value value = instance.DragDropEffects
[System.ComponentModel.Category("Drag drop")] [System.ComponentModel.Description("Controls the allowed drag drop effects")] [System.Xml.Serialization.XmlAttribute()] public System.Windows.Forms.DragDropEffects DragDropEffects {get; set;}