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