Gets or sets the img drag drop indicator.


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

Syntax

Visual Basic (Declaration)
Public Property ImgDragDropIndicator As String
C#
public string ImgDragDropIndicator { get; set; }
C++
public property string ImgDragDropIndicator sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_ImgDragDropIndicator();

/** property */
public void set_ImgDragDropIndicator(string value);
JScript
public function get ImgDragDropIndicator() : String

public function set ImgDragDropIndicator(value : String);

Property Value

The img drag drop indicator.

See Also