'Declaration <BindableAttribute(True)> <CategoryAttribute("Behavior")> Public Property DragDropMode As DragDropMode
'Usage Dim instance As GcSpreadSheet Dim value As DragDropMode instance.DragDropMode = value value = instance.DragDropMode
[Bindable(true)] [Category("Behavior")] public DragDropMode DragDropMode {get; set;}