'Declaration <DescriptionAttribute("The mouse button which zooms out the image.")> <DefaultValueAttribute(Right)> <CategoryAttribute("Behavior")> Public Property ZoomOutButton As Vintasoft.Imaging.UI.VintasoftMouseButtons
[Description("The mouse button which zooms out the image.")] [DefaultValue(Right)] [Category("Behavior")] public Vintasoft.Imaging.UI.VintasoftMouseButtons ZoomOutButton { get; set; }
[Description("The mouse button which zooms out the image.")] [DefaultValue(Right)] [Category("Behavior")] public: __property Vintasoft.Imaging.UI.VintasoftMouseButtons get_ZoomOutButton(); public: __property void set_ZoomOutButton(
Vintasoft.Imaging.UI.VintasoftMouseButtons value
);
[Description("The mouse button which zooms out the image.")] [DefaultValue(Right)] [Category("Behavior")] public:
property Vintasoft.Imaging.UI.VintasoftMouseButtons ZoomOutButton { Vintasoft.Imaging.UI.VintasoftMouseButtons get(); void set(Vintasoft.Imaging.UI.VintasoftMouseButtons value); }
Property Value
Значение по умолчанию - правая кнопка мыши.