Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDragDropSource Class / AllowedEffects Property


In This Topic
    AllowedEffects Property
    In This Topic
    Gets or sets the effects that the source supports. It is only possible to set the allowed effects before you request a drag and drop with this source (e.g. when the State property is equal to Ready)
    Syntax
    'Declaration
     
    
    Public Property AllowedEffects As ENDragDropEffects
    'Usage
     
    
    Dim instance As NDragDropSource
    Dim value As ENDragDropEffects
     
    instance.AllowedEffects = value
     
    value = instance.AllowedEffects
    public ENDragDropEffects AllowedEffects {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also