QuickOPC User's Guide and Reference
AllowDrop Property



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class : AllowDrop Property
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DefaultValueAttribute(False)>
Public Shadows Property AllowDrop As Boolean
'Usage
 
Dim instance As BrowseControl
Dim value As Boolean
 
instance.AllowDrop = value
 
value = instance.AllowDrop
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue(false)]
public new bool AllowDrop {get; set;}
[Browsable(false)]
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[DefaultValue(false)]
public:
new property bool AllowDrop {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also