'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("The mouse button for zooming of selected region.")> <DefaultValueAttribute(Left)> Public Property ZoomButton As System.Windows.Forms.MouseButtons
[Category("Behavior")] [Description("The mouse button for zooming of selected region.")] [DefaultValue(Left)] public System.Windows.Forms.MouseButtons ZoomButton { get; set; }
[Category("Behavior")] [Description("The mouse button for zooming of selected region.")] [DefaultValue(Left)] public: __property System.Windows.Forms.MouseButtons* get_ZoomButton(); public: __property void set_ZoomButton(
System.Windows.Forms.MouseButtons* value
);
[Category("Behavior")] [Description("The mouse button for zooming of selected region.")] [DefaultValue(Left)] public:
property System.Windows.Forms.MouseButtons^ ZoomButton { System.Windows.Forms.MouseButtons^ get(); void set(System.Windows.Forms.MouseButtons^ value); }
Property Value
Default value is MouseButtons.Left.