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