DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / AllowDrop Property

In This Topic
    AllowDrop Property (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatBehavior")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <SRDescriptionAttribute("ControlAllowDropDescr")>
    Public Overridable Property AllowDrop As System.Boolean
    [SRCategory("CatBehavior")]
    [System.ComponentModel.DefaultValue(false)]
    [SRDescription("ControlAllowDropDescr")]
    public virtual System.bool AllowDrop {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also