EnableDragDropOnIcon


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

Syntax

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

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

/** property */
public void set_EnableDragDropOnIcon(bool value);
JScript
public function get EnableDragDropOnIcon() : bool

public function set EnableDragDropOnIcon(value : bool);

See Also