'Declaration <DescriptionAttribute("The mouse button which starts the dragging of selected area.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute(Left)> Public Property DragButton As Vintasoft.Imaging.UI.VintasoftMouseButtons
[Description("The mouse button which starts the dragging of selected area.")] [Category("Behavior")] [DefaultValue(Left)] public Vintasoft.Imaging.UI.VintasoftMouseButtons DragButton { get; set; }
[Description("The mouse button which starts the dragging of selected area.")] [Category("Behavior")] [DefaultValue(Left)] public: __property Vintasoft.Imaging.UI.VintasoftMouseButtons get_DragButton(); public: __property void set_DragButton(
Vintasoft.Imaging.UI.VintasoftMouseButtons value
);
[Description("The mouse button which starts the dragging of selected area.")] [Category("Behavior")] [DefaultValue(Left)] public:
property Vintasoft.Imaging.UI.VintasoftMouseButtons DragButton { Vintasoft.Imaging.UI.VintasoftMouseButtons get(); void set(Vintasoft.Imaging.UI.VintasoftMouseButtons value); }
Property Value
Значение по умолчанию - VintasoftMouseButtons.Left.