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