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