Specifies whether drag object of WebDragDropExtender is allowed to be dropped in WebScheduler.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("General")>
<System.ComponentModel.DescriptionAttribute("Specifies whether drag object of WebDragDropExtender is allowed to be dropped in WebScheduler.")>
Public Property AllowDropFromExtender As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebScheduler
Dim value As System.Boolean
instance.AllowDropFromExtender = value
value = instance.AllowDropFromExtender |
C# | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.DescriptionAttribute("Specifies whether drag object of WebDragDropExtender is allowed to be dropped in WebScheduler.")]
public System.bool AllowDropFromExtender {get; set;} |
Delphi | |
---|
public read-write property AllowDropFromExtender: System.Boolean; |
JScript | |
---|
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("General")
System.ComponentModel.DescriptionAttribute("Specifies whether drag object of WebDragDropExtender is allowed to be dropped in WebScheduler.")
public function get,set AllowDropFromExtender : System.boolean |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.DescriptionAttribute("Specifies whether drag object of WebDragDropExtender is allowed to be dropped in WebScheduler.")]
public: __property System.bool get_AllowDropFromExtender();
public: __property void set_AllowDropFromExtender(
System.bool value
); |
C++/CLI | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.DescriptionAttribute("Specifies whether drag object of WebDragDropExtender is allowed to be dropped in WebScheduler.")]
public:
property System.bool AllowDropFromExtender {
System.bool get();
void set ( System.bool value);
} |
Property Value
The default value is True.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also