'Declaration <DescriptionAttribute("The allowed effects for drag operation.")> <DefaultValueAttribute("Copy, Move, Link")> <CategoryAttribute("VintaSoft")> Public Property DragEffects As System.Windows.DragDropEffects
[Description("The allowed effects for drag operation.")] [DefaultValue("Copy, Move, Link")] [Category("VintaSoft")] public System.Windows.DragDropEffects DragEffects { get; set; }
[Description("The allowed effects for drag operation.")] [DefaultValue("Copy, Move, Link")] [Category("VintaSoft")] public: __property System.Windows.DragDropEffects* get_DragEffects(); public: __property void set_DragEffects(
System.Windows.DragDropEffects* value
);
[Description("The allowed effects for drag operation.")] [DefaultValue("Copy, Move, Link")] [Category("VintaSoft")] public:
property System.Windows.DragDropEffects^ DragEffects { System.Windows.DragDropEffects^ get(); void set(System.Windows.DragDropEffects^ value); }