CategoryAttribute.DragDrop Property

Definition

Gets a CategoryAttribute representing the DragDrop category.

public:
 static property System::ComponentModel::CategoryAttribute ^ DragDrop { System::ComponentModel::CategoryAttribute ^ get(); };
public static System.ComponentModel.CategoryAttribute DragDrop { get; }
static member DragDrop : System.ComponentModel.CategoryAttribute
Public Shared ReadOnly Property DragDrop As CategoryAttribute

Property Value

A CategoryAttribute for the drag-and-drop category.

Applies to