FastColoredTextBox.AllowDrop Property

T3000 CrossPlatform

FastColoredTextBoxAllowDrop Property

[This is preliminary documentation and is subject to change.]

Allows drag and drop

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public override bool AllowDrop { get; set; }
Public Overrides Property AllowDrop As Boolean
	Get
	Set

Dim instance As FastColoredTextBox
Dim value As Boolean

value = instance.AllowDrop

instance.AllowDrop = value

Property Value

Type: Boolean
See Also