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