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