AllowDrop Property (LicenseDialog)
In This Topic
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
[SRCategory("CatBehavior")]
[System.ComponentModel.DefaultValue(false)]
[SRDescription("ControlAllowDropDescr")]
public virtual System.bool AllowDrop {get; set;}
public read-write property AllowDrop: System.Boolean; virtual;
SRCategoryAttribute("CatBehavior")
System.ComponentModel.DefaultValueAttribute()
SRDescriptionAttribute("ControlAllowDropDescr")
public function get,set AllowDrop : System.boolean
[SRCategory("CatBehavior")]
[System.ComponentModel.DefaultValue(false)]
[SRDescription("ControlAllowDropDescr")]
public: __property virtual System.bool get_AllowDrop();
public: __property virtual void set_AllowDrop(
System.bool value
);
[SRCategory("CatBehavior")]
[System.ComponentModel.DefaultValue(false)]
[SRDescription("ControlAllowDropDescr")]
public:
virtual property System.bool AllowDrop {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also