'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the thumbnail viewer accepts the drag operation.")> <CategoryAttribute("VintaSoft")> Public Property AllowDrag As Boolean
[DefaultValue(True)] [Description("A value indicating whether the thumbnail viewer accepts the drag operation.")] [Category("VintaSoft")] public bool AllowDrag { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the thumbnail viewer accepts the drag operation.")] [Category("VintaSoft")] public: __property bool get_AllowDrag(); public: __property void set_AllowDrag(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the thumbnail viewer accepts the drag operation.")] [Category("VintaSoft")] public:
property bool AllowDrag { bool get(); void set(bool value); }
Property Value
true - операция перетаскивания разрешена; false - операция перетаскивания не разрешена.
Значение по умолчанию - true.
Значение по умолчанию - true.