Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingSettings Class / DragDropEffects Property


In This Topic
    DragDropEffects Property
    In This Topic
    Controls the allowed drag drop effects
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also