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






AllowDrop Property (LicenseDialog)
Syntax
'Declaration
 
<SRCategoryAttribute("CatBehavior")>
<System.ComponentModel.DefaultValueAttribute(False)>
<SRDescriptionAttribute("ControlAllowDropDescr")>
Public Overridable Property AllowDrop As System.Boolean
 
'Usage
 
Dim instance As LicenseDialog
Dim value As System.Boolean
 
instance.AllowDrop = value
 
value = instance.AllowDrop
Requirements

Target Platforms: .NET CLR 4.8 or higher

See Also