'Declaration <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the thumbnail viewer accepts the drag operation.")> Public Property AllowDrag As Boolean
[Category("VintaSoft")] [DefaultValue(True)] [Description("A value indicating whether the thumbnail viewer accepts the drag operation.")] public bool AllowDrag { get; set; }
[Category("VintaSoft")] [DefaultValue(True)] [Description("A value indicating whether the thumbnail viewer accepts the drag operation.")] public: __property bool get_AllowDrag(); public: __property void set_AllowDrag(
bool value
);
[Category("VintaSoft")] [DefaultValue(True)] [Description("A value indicating whether the thumbnail viewer accepts the drag operation.")] public:
property bool AllowDrag { bool get(); void set(bool value); }
Property Value
true - drag operation is allowed; false - drag operation is not allowed.
Default value is true.
Default value is true.