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