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