GrapeCity MultiRow Windows Forms Documentation
EnableAutoDragDrop Property


Gets or sets a value that indicates whether to enable drag-and-drop operations on text, pictures, and other data.
Syntax
<SRDescriptionAttribute("Indicates whether to enable drag and drop of text, pictures, and other data.")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
Public Property EnableAutoDragDrop As Boolean
Dim instance As RichTextBoxCell
Dim value As Boolean
 
instance.EnableAutoDragDrop = value
 
value = instance.EnableAutoDragDrop
[SRDescription("Indicates whether to enable drag and drop of text, pictures, and other data.")]
[DefaultValue()]
[SRCategory("Behavior")]
public bool EnableAutoDragDrop {get; set;}

Property Value

true if drag-and-drop operations are enabled; otherwise, false. The default is false.
Remarks
Refer to the System.Windows.Forms.RichTextBox control's remarks in MSDN.
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

Reference

RichTextBoxCell Class
RichTextBoxCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.