'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("The mouse button which drops the selected area to the new location.")> <DefaultValueAttribute(Left)> Public Property DropButton As Vintasoft.Imaging.UI.VintasoftMouseButtons
[Category("Behavior")] [Description("The mouse button which drops the selected area to the new location.")] [DefaultValue(Left)] public Vintasoft.Imaging.UI.VintasoftMouseButtons DropButton { get; set; }
[Category("Behavior")] [Description("The mouse button which drops the selected area to the new location.")] [DefaultValue(Left)] public: __property Vintasoft.Imaging.UI.VintasoftMouseButtons get_DropButton(); public: __property void set_DropButton(
Vintasoft.Imaging.UI.VintasoftMouseButtons value
);
[Category("Behavior")] [Description("The mouse button which drops the selected area to the new location.")] [DefaultValue(Left)] public:
property Vintasoft.Imaging.UI.VintasoftMouseButtons DropButton { Vintasoft.Imaging.UI.VintasoftMouseButtons get(); void set(Vintasoft.Imaging.UI.VintasoftMouseButtons value); }
Property Value
Default value is VintasoftMouseButtons.Left.