Wimark.Controls Class Library  

TreeNode.DragAppearance Property

Gets or sets the visual appearance of a tree node that is involved in drag-and-drop operation.

[Visual Basic]
Public Property DragAppearance As TreeNodeDragAppearance 
[C#]
public TreeNodeDragAppearance DragAppearance {get; set;}
[C++]
public: __property TreeNodeDragAppearance get_DragAppearance();
public: __property void set_DragAppearance(TreeNodeDragAppearance);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TreeNode Class | TreeNode Members | Wimark.Controls Namespace