'Declaration Public Property RemoveLastPointButton As System.Windows.Forms.MouseButtons
public System.Windows.Forms.MouseButtons RemoveLastPointButton { get; set; }
public: __property System.Windows.Forms.MouseButtons* get_RemoveLastPointButton(); public: __property void set_RemoveLastPointButton(
System.Windows.Forms.MouseButtons* value
);
public:
property System.Windows.Forms.MouseButtons^ RemoveLastPointButton { System.Windows.Forms.MouseButtons^ get(); void set(System.Windows.Forms.MouseButtons^ value); }
Property Value
Default value is System.Windows.Forms.MouseButtons.Middle.