public Form() { _fixer = new Internal.FormHelper(this); _fixer.EnableBoundsTracking = true; _lastSizeGripStyle = SizeGripStyle; }
public UserControlEx() { _fixer = new FormHelper(this) { EnableBoundsTracking = false }; }