EnableContainerDragDrop


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
<DefaultValueAttribute(False), _
 CategoryAttribute("Configuration"), _
 BrowsableAttribute(True)>

Public Property EnableContainerDragDrop As Boolean
C#
[DefaultValueAttribute(False)]
[CategoryAttribute("Configuration")]
[BrowsableAttribute(True)]
public bool EnableContainerDragDrop { get; set; }
C++
[DefaultValueAttribute(False)]
[CategoryAttribute(L"Configuration")]
[BrowsableAttribute(True)]
public property bool EnableContainerDragDrop sealed  {
    bool get();
    void set(bool value);
}
J#
/** @attribute DefaultValueAttribute(False) */
/** @attribute CategoryAttribute("Configuration") */
/** @attribute BrowsableAttribute(True) */
/** property */
public bool get_EnableContainerDragDrop();

/** property */
public void set_EnableContainerDragDrop(bool value);
JScript
public function get EnableContainerDragDrop() : bool

public function set EnableContainerDragDrop(value : bool);

See Also