'Declaration Public Shared Property DefaultRemoveLastPointButton As System.Windows.Forms.MouseButtons
public static System.Windows.Forms.MouseButtons DefaultRemoveLastPointButton { get; set; }
public: __property static System.Windows.Forms.MouseButtons* get_DefaultRemoveLastPointButton(); public: __property static void set_DefaultRemoveLastPointButton(
System.Windows.Forms.MouseButtons* value
);
public:
static property System.Windows.Forms.MouseButtons^ DefaultRemoveLastPointButton { System.Windows.Forms.MouseButtons^ get(); void set(System.Windows.Forms.MouseButtons^ value); }
Property Value
Default value is System.Windows.Forms.MouseButtons.Middle.